diff --git a/command/agent/local.go b/command/agent/local.go index e0b6a12d05..db03930f86 100644 --- a/command/agent/local.go +++ b/command/agent/local.go @@ -230,7 +230,7 @@ SYNC: case <-shutdownCh: return } - case <-time.After(randomStagger(aeScale(syncRetryIntv, len(l.iface.LANMembers())))): + case <-time.After(syncRetryIntv + randomStagger(aeScale(syncRetryIntv, len(l.iface.LANMembers())))): case <-shutdownCh: return }