Browse Source

Change how often metrics are collected

pull/1799/head
Gabe Kangas 3 years ago
parent
commit
22578f0ac2
No known key found for this signature in database
GPG Key ID: 9A56337728BC81EA
  1. 4
      metrics/metrics.go

4
metrics/metrics.go

@ -10,8 +10,8 @@ import ( @@ -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.

Loading…
Cancel
Save