mirror of
https://github.com/weaveworks/scope.git
synced 2026-03-03 18:20:27 +00:00
...which is useful if we want to disable periodic fetching of all objects. Previously the interval was also used to set the initial backoff of the reconnect logic. A zero value there would result in _no_ backoff. So instead we now just use the default, which is 10s which also happens to be the default probe.kubernetes.interval, so there is no change in behaviour for the stock settings.