We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87213ad commit 647c943Copy full SHA for 647c943
1 file changed
controller/controller.go
@@ -168,10 +168,7 @@ func (c *Controller) keepAliveTracker(ctx context.Context, keepAlive time.Durati
168
}
169
170
func (c *Controller) recordSystemStats(ctx context.Context) {
171
- interval := time.Duration(c.cfg.StatsUpdateIntervalSeconds) * time.Second
172
- if interval <= 0 {
173
- interval = 10 * time.Second
174
- }
+ interval := 1500 * time.Millisecond
175
176
ticker := time.NewTicker(interval)
177
defer ticker.Stop()
0 commit comments