diff --git a/watch/plan.go b/watch/plan.go index 1ecb23e856..6813b59735 100644 --- a/watch/plan.go +++ b/watch/plan.go @@ -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