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:
Bryan Boreham
2020-03-12 16:54:38 +00:00
parent 12d6ae4da0
commit 6947cf19da

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.