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/28 19:42:21 UTC

[jira] [Commented] (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:comment-tabpanel&focusedCommentId=15530654#comment-15530654 ] 

Nick Vatamaniuc commented on COUCHDB-3169:
------------------------------------------

Related to: https://issues.apache.org/jira/browse/COUCHDB-3168

> 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)