Increase how often viewer counts are collected. Closes #392

This commit is contained in:
Gabe Kangas 2020-11-23 22:21:20 -08:00
parent f34f0c869e
commit 97f4d0c3dc

View File

@ -7,7 +7,7 @@ import (
)
// How often we poll for updates.
const viewerMetricsPollingInterval = 5 * time.Minute
const viewerMetricsPollingInterval = 2 * time.Minute
func startViewerCollectionMetrics() {
collectViewerCount()