GitHub user nickva opened a pull request:

    https://github.com/apache/couchdb-documentation/pull/78

    Update max_document_size description with correct semantics

    `max_document_size` is a misnomer and is actually implemented as the
    equivalent of `max_http_recv_body_size`. That is, it checks the total
    HTTP request body size. In case of multiple documents (_bulk_docs)
    or attachments, there could be a large discrepancy between the two which can
    and that can be surprising for the users.
    
    In the future we could deprecate this setting, rename it, or have an actual
    check for individual document sizes, however for now it is better to inform
    users of current behavior.
    
    COUCHDB-3174

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/cloudant/couchdb-documentation couchdb-3174

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/couchdb-documentation/pull/78.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #78
    
----

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to