You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by "Nick Vatamaniuc (JIRA)" <ji...@apache.org> on 2016/09/29 14:45:21 UTC

[jira] [Resolved] (COUCHDB-3169) couchdb.max_document_size setting is actually max_http_request_size

     [ https://issues.apache.org/jira/browse/COUCHDB-3169?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Nick Vatamaniuc resolved COUCHDB-3169.
--------------------------------------
    Resolution: Duplicate

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)