mirror of
https://github.com/weaveworks/scope.git
synced 2026-05-06 09:18:27 +00:00
Merge pull request #3758 from weaveworks/slow-dns-poll
Slow down DNS poll interval
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user