This commit is contained in:
Ian Gulliver
2023-05-31 08:32:29 -07:00
parent 269f9286c6
commit 80c051183a

View File

@@ -74,6 +74,7 @@ func (v *Voter) poll(update <-chan time.Duration, t *time.Ticker) bool {
if v.vote.NumPollsSinceChange < 10 {
t2 = time.NewTimer(100 * time.Millisecond)
defer t2.Stop()
}
select {