diff --git a/server/timeout.go b/server/timeout.go index ffa63b30a..2be2cd59c 100644 --- a/server/timeout.go +++ b/server/timeout.go @@ -7,7 +7,7 @@ import ( const ( // The amount of time to elapse without a heartbeat before becoming a candidate defaultElectionTimeout = 200 * time.Millisecond - + // The frequency by which heartbeats are sent to followers. defaultHeartbeatTimeout = 50 * time.Millisecond )