feat(ticket): Lower ticker to 15s
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
d7c8942421
commit
bb4336bb64
@ -32,7 +32,7 @@ func Init(alertChan chan api.Availability) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// define an interval and the ticker for this interval
|
// define an interval and the ticker for this interval
|
||||||
interval := time.Duration(1) * time.Minute
|
interval := time.Duration(15) * time.Second
|
||||||
// create a new Ticker
|
// create a new Ticker
|
||||||
tk := time.NewTicker(interval)
|
tk := time.NewTicker(interval)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user