reduced poll time from one hour to one minute

This commit is contained in:
Malte Münch 2020-02-17 01:59:49 +01:00
parent 77501ffa1a
commit 4a6d13146a
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ import (
)
const (
SleepTime = 60 * time.Minute
SleepTime = time.Minute
)
var (