Skip to content
This repository was archived by the owner on Oct 17, 2022. It is now read-only.

Commit 56b5730

Browse files
committed
Add max_history to replicator config
1 parent d90c3c0 commit 56b5730

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

src/config/replicator.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,17 @@ Replicator Database Configuration
6666
[replicator]
6767
max_churn = 20
6868

69+
.. config:option:: max_history
70+
71+
Maximum number of events recorded for each job. This parameter defines
72+
an upper bound on the consecutive failure count for a job, and in turn
73+
the maximum backoff factor used when determining the delay before the job
74+
is restarted. The longer the length of the crash count, the longer the
75+
possible length of the delay::
76+
77+
[replicator]
78+
max_history = 20
79+
6980
.. config:option:: update_docs
7081
7182
.. versionadded:: 2.1

0 commit comments

Comments
 (0)