From ac29e9cffe2fb0e01caefeac6943cba5920b5012 Mon Sep 17 00:00:00 2001 From: Michael Schurter Date: Tue, 27 Sep 2016 16:04:01 -0700 Subject: [PATCH] Remove unused const --- client/client.go | 5 ----- 1 file changed, 5 deletions(-) diff --git a/client/client.go b/client/client.go index e66e119da..58072b4bf 100644 --- a/client/client.go +++ b/client/client.go @@ -61,11 +61,6 @@ const ( // stateSnapshotIntv is how often the client snapshots state stateSnapshotIntv = 60 * time.Second - // registerErrGrace is the grace period where we don't log about - // register errors after start. This is to improve the user experience - // in dev mode where the leader isn't elected for a few seconds. - registerErrGrace = 10 * time.Second - // initialHeartbeatStagger is used to stagger the interval between // starting and the intial heartbeat. After the intial heartbeat, // we switch to using the TTL specified by the servers.