mirror of
https://github.com/weaveworks/scope.git
synced 2026-07-20 22:10:30 +00:00
Slow down DNS poll interval
There's no reason to expect anyone is changing their DNS that fast, and the probe queries all endpoints every time it polls so slowing down will reduce effort.
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