From 22578f0ac2675494753a80a65075882d10cc7c49 Mon Sep 17 00:00:00 2001 From: Gabe Kangas Date: Fri, 25 Mar 2022 14:20:51 -0700 Subject: [PATCH] Change how often metrics are collected --- metrics/metrics.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/metrics/metrics.go b/metrics/metrics.go index 513861e24..a5d4df01a 100644 --- a/metrics/metrics.go +++ b/metrics/metrics.go @@ -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.