expand report interval
This commit is contained in:
parent
fb373afbd1
commit
a48c2dfdbb
|
@ -71,7 +71,7 @@ func Report() {
|
|||
select {
|
||||
case <-timer.C:
|
||||
do()
|
||||
timer.Reset(10 * time.Second)
|
||||
timer.Reset(10 * time.Minute)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue