iilyak opened a new pull request #2960: URL: https://github.com/apache/couchdb/pull/2960
## Overview Let admin users specify the maximum document count for the `_bulk_get` requests via `max_bulk_get_count` configuration. If the document count exceeds the maximum it would return a 413 HTTP error. The implementation is based on https://github.com/apache/couchdb/pull/2910. ## Testing recommendations ``` make && make eunit apps=chttpd tests=all_test_ ``` ## Related Issues or Pull Requests N/A ## Checklist - [x] Code is written and works correctly - [x] Changes are covered by tests - [x] Any new configurable parameters are documented in `rel/overlay/etc/default.ini` - [ ] A PR for documentation changes has been made in https://github.com/apache/couchdb-documentation ---------------------------------------------------------------- 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: us...@infra.apache.org