mirror of
https://github.com/grafana/grafana.git
synced 2025-08-01 08:13:47 +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{} {
|
func StartUsageReportLoop() chan struct{} {
|
||||||
M_Instance_Start.Inc(1)
|
M_Instance_Start.Inc(1)
|
||||||
|
|
||||||
ticker := time.NewTicker(time.Hour)
|
ticker := time.NewTicker(time.Hour * 24)
|
||||||
for {
|
for {
|
||||||
select {
|
select {
|
||||||
case <-ticker.C:
|
case <-ticker.C:
|
||||||
|
Reference in New Issue
Block a user