1
0
Fork 0
arangodb/3rdParty/etcd/config/timeout.go

10 lines
245 B
Go

package config
const (
// The amount of time (in ms) to elapse without a heartbeat before becoming a candidate
defaultElectionTimeout = 200
// The frequency (in ms) by which heartbeats are sent to followers.
defaultHeartbeatTimeout = 50
)