[
https://issues.apache.org/jira/browse/COUCHDB-3169?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Nick Vatamaniuc updated COUCHDB-3169:
-------------------------------------
Comment: was deleted
(was: There is already an open ticket and associated pr related to this:
https://issues.apache.org/jira/browse/COUCHDB-2992)
> couchdb.max_document_size setting is actually max_http_request_size
> -------------------------------------------------------------------
>
> Key: COUCHDB-3169
> URL: https://issues.apache.org/jira/browse/COUCHDB-3169
> Project: CouchDB
> Issue Type: Bug
> Reporter: Nick Vatamaniuc
>
> It turns out couchdb.max_document_size doesn't limit document size really, it
> limits http request size.
> For PUT document requests both are similar, but that is not the case for
> _bulk_docs requests. For example if max_document_size is set to 1MB, and user
> post: 10, 200KB dbs, their whole _bulk_docs will fail.
> It would probably be useful to rename the setting to max_request_size and put
> it in chttpd section. And then possibly implement a max_document_size as
> well.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)