You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by gi...@git.apache.org on 2017/09/07 22:42:23 UTC

[GitHub] nickva opened a new pull request #799: Implement attachment size limits

nickva opened a new pull request #799: Implement attachment size limits
URL: https://github.com/apache/couchdb/pull/799
 
 
   Currently CouchDB has configurable single document body size limits, as well as
   http request body limits, and this commit implements attachment size limit.
   
   Maximum attachment size can be configured with:
   
   ```
   [couchdb]
   
   max_attachment_size = Bytes | infinity
   ```
   
   `infinity` (i.e. no maximum) is the default value it also preserves the current
   behavior.
   
   Fixes #769
   
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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