Browse Source

Increase how often viewer counts are collected. Closes #392

pull/395/head
Gabe Kangas 5 years ago
parent
commit
97f4d0c3dc
  1. 2
      metrics/viewers.go

2
metrics/viewers.go

@ -7,7 +7,7 @@ import ( @@ -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…
Cancel
Save