mirror of
https://github.com/grafana/grafana.git
synced 2025-07-31 11:12:58 +08:00
Changed reporting interval to 24 hour (1 hour was just for testing)
This commit is contained in:
@ -16,7 +16,7 @@ import (
|
||||
func StartUsageReportLoop() chan struct{} {
|
||||
M_Instance_Start.Inc(1)
|
||||
|
||||
ticker := time.NewTicker(time.Hour)
|
||||
ticker := time.NewTicker(time.Hour * 24)
|
||||
for {
|
||||
select {
|
||||
case <-ticker.C:
|
||||
|
Reference in New Issue
Block a user