forked from mamu/spacepanel_aggregator
reduced poll time from one hour to one minute
This commit is contained in:
parent
77501ffa1a
commit
4a6d13146a
1 changed files with 1 additions and 1 deletions
2
poll.go
2
poll.go
|
@ -12,7 +12,7 @@ import (
|
|||
)
|
||||
|
||||
const (
|
||||
SleepTime = 60 * time.Minute
|
||||
SleepTime = time.Minute
|
||||
)
|
||||
|
||||
var (
|
||||
|
|
Loading…
Reference in a new issue