You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by rn...@apache.org on 2020/10/06 14:24:06 UTC

[couchdb] branch main updated: simplify max_document_size comment

This is an automated email from the ASF dual-hosted git repository.

rnewson pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/couchdb.git


The following commit(s) were added to refs/heads/main by this push:
     new 990a3bd  simplify max_document_size comment
990a3bd is described below

commit 990a3bd7240971cc0274b26fa496b88fd6c66f44
Author: Robert Newson <rn...@apache.org>
AuthorDate: Tue Oct 6 15:18:31 2020 +0100

    simplify max_document_size comment
---
 rel/overlay/etc/default.ini | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/rel/overlay/etc/default.ini b/rel/overlay/etc/default.ini
index 3a377c7..8970be5 100644
--- a/rel/overlay/etc/default.ini
+++ b/rel/overlay/etc/default.ini
@@ -49,10 +49,8 @@ changes_doc_ids_optimization_threshold = 100
 ; Limit maximum document size. Requests to create / update documents with a body
 ; size larger than this will fail with a 413 http error. This limit applies to
 ; requests which update a single document as well as individual documents from
-; a _bulk_docs request. Since there is no canonical size of json encoded data,
-; due to variabiliy in what is escaped or how floats are encoded, this limit is
-; applied conservatively. For example 1.0e+16 could be encoded as 1e16, so 4 used
-; for size calculation instead of 7.
+; a _bulk_docs request. The size limit is approximate due to the nature of JSON
+; encoding.
 max_document_size = 8000000 ; bytes
 ;
 ; Maximum number of documents in a _bulk_docs request. Anything larger