Increase how often viewer counts are collected. Closes #392
This commit is contained in:
parent
f34f0c869e
commit
97f4d0c3dc
@ -7,7 +7,7 @@ import (
|
||||
)
|
||||
|
||||
// How often we poll for updates.
|
||||
const viewerMetricsPollingInterval = 5 * time.Minute
|
||||
const viewerMetricsPollingInterval = 2 * time.Minute
|
||||
|
||||
func startViewerCollectionMetrics() {
|
||||
collectViewerCount()
|
||||
|
Loading…
Reference in New Issue
Block a user