diff options
author | Nick Vatamaniuc <vatamane@apache.org> | 2017-11-17 17:25:59 -0500 |
---|---|---|
committer | Nick Vatamaniuc <nickva@users.noreply.github.com> | 2017-11-17 17:54:15 -0500 |
commit | 44cca52393d6a0be7e6e9d8a5d6eb74717becabc (patch) | |
tree | 2cd4a91235355cd3dfb11d572320717e2b2a1227 | |
parent | 9b717814124f7209000eed451d7322dc6a73cf6a (diff) | |
download | couchdb-44cca52393d6a0be7e6e9d8a5d6eb74717becabc.tar.gz |
Move cluster_start_period and cluster_quiet_period to replicator section
Somehow entries ended up under [couch_per_user] but should be in the
[replicator] section.
-rw-r--r-- | rel/overlay/etc/default.ini | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/rel/overlay/etc/default.ini b/rel/overlay/etc/default.ini index 745e5a8e4..0b0ab75ae 100644 --- a/rel/overlay/etc/default.ini +++ b/rel/overlay/etc/default.ini @@ -88,10 +88,6 @@ enable = false ; If set to true and a user is deleted, the respective database gets ; deleted as well. delete_dbs = false -; Wait this many seconds after startup before attaching changes listeners -; cluster_start_period = 5 -; Re-check cluster state at least every cluster_quiet_period seconds -; cluster_quiet_period = 60 [httpd] port = {{backend_port}} @@ -408,6 +404,10 @@ ssl_certificate_max_depth = 3 ; avoid crashing the whole replication job, which would consume more resources ; and add log noise. ;missing_doc_retry_msec = 2000 +; Wait this many seconds after startup before attaching changes listeners +; cluster_start_period = 5 +; Re-check cluster state at least every cluster_quiet_period seconds +; cluster_quiet_period = 60 [compaction_daemon] ; The delay, in seconds, between each check for which database and view indexes |