nickva commented on issue #3354: URL: https://github.com/apache/couchdb/issues/3354#issuecomment-770028636
Thanks, with max_doc_size = 1000000 it returns a 413: ``` ./create_one_large_bulk_docs.py 413 {"error":"document_too_large","reason":""} ``` It does that up until 1000009 after 1000010 it return a 201 ``` $ ./create_one_large_bulk_docs.py 201 [{"ok":true,"id":"58a1e10f6da663f79dfdb75a21001d8e","rev":"1-824f43dd9cd68fb9af68ed05c293fb00"}] $ http $DB/_node/_local/_config/couchdb/max_document_size "1000010" ``` ``` $ ./create_one_large_bulk_docs.py 413 {"error":"document_too_large","reason":""} $ http $DB/_node/_local/_config/couchdb/max_document_size "1000009" ``` ---------------------------------------------------------------- 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