mirror of
https://github.com/owncast/owncast.git
synced 2024-11-21 20:28:15 +03:00
Change how often metrics are collected
This commit is contained in:
parent
117d0078c8
commit
22578f0ac2
1 changed files with 2 additions and 2 deletions
|
@ -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…
Reference in a new issue