mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00

In code outside the raft package, we cannot call raft.bcastHeartbeat directly. Instead, to control heartbeats we set heartbeatInterval to 1 and call Tick().