You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by GitBox <gi...@apache.org> on 2020/02/25 15:05:22 UTC

[GitHub] [couchdb] nickva commented on a change in pull request #2598: Fdb set view limits

nickva commented on a change in pull request #2598: Fdb set view limits
URL: https://github.com/apache/couchdb/pull/2598#discussion_r383936390
 
 

 ##########
 File path: rel/overlay/etc/default.ini
 ##########
 @@ -249,6 +249,10 @@ iterations = 10 ; iterations for password hashing
 ; Settings for view indexing
 [couch_views]
 ; max_workers = 100
+; The maximum allowed key size emitted from a view for a document (in bytes)
+; key_size_limit = 8000
+; The maximum allowed value size emitted from a view for a document (in bytes)
+; key_size_limit = 64000
 
 Review comment:
   `value_size_limit` I think?
   
   The default are maximum as well? We could mention what happens if they are exceeded. I would guess we clip the config value to that max value/

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services