Change how often metrics are collected

This commit is contained in:
Gabe Kangas 2022-03-25 14:20:51 -07:00
parent 117d0078c8
commit 22578f0ac2
No known key found for this signature in database
GPG key ID: 9A56337728BC81EA

View file

@ -10,8 +10,8 @@ import (
)
// How often we poll for updates.
const hardwareMetricsPollingInterval = 1 * time.Minute
const playbackMetricsPollingInterval = 3 * time.Minute
const hardwareMetricsPollingInterval = 2 * time.Minute
const playbackMetricsPollingInterval = 2 * time.Minute
const (
// How often we poll for updates.