mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
chore(server): cleanup some whitespace
This commit is contained in:
@@ -7,7 +7,7 @@ import (
|
|||||||
const (
|
const (
|
||||||
// The amount of time to elapse without a heartbeat before becoming a candidate
|
// The amount of time to elapse without a heartbeat before becoming a candidate
|
||||||
defaultElectionTimeout = 200 * time.Millisecond
|
defaultElectionTimeout = 200 * time.Millisecond
|
||||||
|
|
||||||
// The frequency by which heartbeats are sent to followers.
|
// The frequency by which heartbeats are sent to followers.
|
||||||
defaultHeartbeatTimeout = 50 * time.Millisecond
|
defaultHeartbeatTimeout = 50 * time.Millisecond
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user