mirror of
https://github.com/owncast/owncast.git
synced 2025-01-31 12:33:48 +03:00
Increase how often viewer counts are collected. Closes #392
This commit is contained in:
parent
f34f0c869e
commit
97f4d0c3dc
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue