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 2019/10/03 13:23:49 UTC

[couchdb] branch update-couchdb-defaults created (now 0dc918c)

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

rnewson pushed a change to branch update-couchdb-defaults
in repository https://gitbox.apache.org/repos/asf/couchdb.git.


      at 0dc918c  Update default config settings

This branch includes the following new commits:

     new 0dc918c  Update default config settings

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[couchdb] 01/01: Update default config settings

Posted by rn...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 0dc918ccab1a5ff23d247c68b48bf2282fd35262
Author: Robert Newson <rn...@apache.org>
AuthorDate: Thu Oct 3 14:13:11 2019 +0100

    Update default config settings
    
    https://github.com/apache/couchdb/issues/2115
---
 rel/overlay/etc/default.ini | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/rel/overlay/etc/default.ini b/rel/overlay/etc/default.ini
index 3a36394..1c22523 100644
--- a/rel/overlay/etc/default.ini
+++ b/rel/overlay/etc/default.ini
@@ -46,7 +46,7 @@ changes_doc_ids_optimization_threshold = 100
 ; 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.
-;max_document_size = 4294967296 ; bytes
+max_document_size = 1048576 ; bytes
 ;
 ; Maximum attachment size.
 ; max_attachment_size = infinity
@@ -88,7 +88,7 @@ default_engine = couch
 couch = couch_bt_engine
 
 [cluster]
-q=8
+q=2
 n=3
 ; placement = metro-dc-a:2,metro-dc-b:1