diff --git a/Documentation/tuning.md b/Documentation/tuning.md index fc5ac7601..8d518c8cc 100644 --- a/Documentation/tuning.md +++ b/Documentation/tuning.md @@ -41,7 +41,7 @@ Or you can set the values within the configuration file: ```toml [peer] heartbeat_interval = 100 -election_timeout = 100 +election_timeout = 500 ``` The values are specified in milliseconds.