nickva opened a new pull request #798: Implement attachment size limits
URL: https://github.com/apache/couchdb/pull/798
 
 
   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:
[email protected]


With regards,
Apache Git Services

Reply via email to