github.com/matm/etcd@v0.3.1-0.20140328024009-5b4a473f1453/config/timeout.go (about)

     1  package config
     2  
     3  const (
     4  	// The amount of time (in ms) to elapse without a heartbeat before becoming a candidate
     5  	defaultElectionTimeout = 200
     6  
     7  	// The frequency (in ms) by which heartbeats are sent to followers.
     8  	defaultHeartbeatInterval = 50
     9  )