mirror of https://github.com/status-im/consul.git
reset index to 0, not to 1
This commit is contained in:
parent
4a13cafa98
commit
021cc2017d
|
@ -57,7 +57,7 @@ OUTER:
|
|||
if err != nil {
|
||||
// Perform an exponential backoff
|
||||
failures++
|
||||
p.lastIndex = 1
|
||||
p.lastIndex = 0
|
||||
retry := retryInterval * time.Duration(failures*failures)
|
||||
if retry > maxBackoffTime {
|
||||
retry = maxBackoffTime
|
||||
|
|
Loading…
Reference in New Issue