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/03/05 10:43:56 UTC

[GitHub] [couchdb] iilyak commented on a change in pull request #2636: Clean up view size limit enforcement

iilyak commented on a change in pull request #2636: Clean up view size limit enforcement
URL: https://github.com/apache/couchdb/pull/2636#discussion_r388213029
 
 

 ##########
 File path: src/couch_views/src/couch_views_indexer.erl
 ##########
 @@ -29,6 +29,8 @@
 % TODO:
 %  * Handle timeouts of transaction and other errors
 
+-define(KEY_SIZE_LIMIT, 8000).
 
 Review comment:
   Maybe rename it to `DEFAULT_KEY_SIZE` and `DEFAULT_VALUE_SIZE_LIMIT`

----------------------------------------------------------------
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