From 0a61416d4f5b97e785ad6d89e1544f1832e4c912 Mon Sep 17 00:00:00 2001
From: ale <ale@incal.net>
Date: Sat, 25 Jul 2015 10:41:03 +0100
Subject: [PATCH] update timeout flags for etcd > 2.0

---
 TUNING.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/TUNING.md b/TUNING.md
index 5b38d1ca..bdb596ac 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
-- 
GitLab