mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
Documentation: fix timeout tuning TOML example
this makes the TOML example for tuning the peer election timeout consistent with the guide's advice and with the other examples.
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user