This commit is contained in:
alesapin 2021-04-02 15:40:25 +03:00
parent ba7e31d888
commit 62c287da65

View File

@ -10,8 +10,8 @@
<startup_timeout>120000</startup_timeout>
<raft_logs_level>trace</raft_logs_level>
<heart_beat_interval_ms>1000</heart_beat_interval_ms>
<election_timeout_lower_bound_ms>3000</election_timeout_lower_bound_ms>
<election_timeout_upper_bound_ms>6000</election_timeout_upper_bound_ms>
<election_timeout_lower_bound_ms>2000</election_timeout_lower_bound_ms>
<election_timeout_upper_bound_ms>4000</election_timeout_upper_bound_ms>
<quorum_reads>{quorum_reads}</quorum_reads>
<snapshot_distance>{snapshot_distance}</snapshot_distance>
<stale_log_gap>{stale_log_gap}</stale_log_gap>