diff --git a/TUNING.md b/TUNING.md index 5b38d1caafb11f3c10af4393cfa11bd4d7dfe765..bdb596ac3f2fcc02da78d13fc63f92124561ea74 100644 --- a/TUNING.md +++ b/TUNING.md @@ -23,7 +23,7 @@ the heartbeat interval. With our etcd package, you can set these values in `/etc/default/etcd` (values are milliseconds): - DAEMON_OPTS="--peer-heartbeat-interval=1000 --peer-election-timeout=3000" + DAEMON_OPTS="--heartbeat-interval=1000 --election-timeout=3000" Increasing the etcd timeouts causes a related increase in the time required to reach consensus and elect a new etcd master in case of