Changed reporting interval to 24 hour (1 hour was just for testing)

This commit is contained in:
Torkel Ödegaard 2015-03-26 12:20:24 +01:00
parent 03aa997673
commit 71aa2ef2c2

View File

@ -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: