Merge pull request #3758 from weaveworks/slow-dns-poll

Slow down DNS poll interval
This commit is contained in:
Bryan Boreham
2020-03-14 10:29:05 +00:00
committed by GitHub

View File

@@ -14,7 +14,7 @@ import (
)
const (
dnsPollInterval = 10 * time.Second
dnsPollInterval = 5 * time.Minute
)
// fastStartTicker is a ticker that 'ramps up' from 1 sec to duration.