You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ja...@apache.org on 2020/06/02 12:34:39 UTC

[couchdb-documentation] branch master updated: Add max_history to replicator config

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

jan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/couchdb-documentation.git


The following commit(s) were added to refs/heads/master by this push:
     new 56b5730  Add max_history to replicator config
     new af5b4ae  Merge pull request #556 from wlthomson/552-add-replicator-config-max-history
56b5730 is described below

commit 56b5730de4d59cc3cac2f8b93379fbce9988bf64
Author: Will Thomson <wi...@outlook.com>
AuthorDate: Tue Jun 2 22:38:53 2020 +1200

    Add max_history to replicator config
---
 src/config/replicator.rst | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/src/config/replicator.rst b/src/config/replicator.rst
index 80fc44e..9e78b59 100644
--- a/src/config/replicator.rst
+++ b/src/config/replicator.rst
@@ -66,6 +66,17 @@ Replicator Database Configuration
              [replicator]
              max_churn = 20
 
+    .. config:option:: max_history
+
+        Maximum number of events recorded for each job. This parameter defines
+        an upper bound on the consecutive failure count for a job, and in turn
+        the maximum backoff factor used when determining the delay before the job
+        is restarted. The longer the length of the crash count, the longer the
+        possible length of the delay::
+
+             [replicator]
+             max_history = 20
+
     .. config:option:: update_docs
 
         .. versionadded:: 2.1