feat: set worker duration to 1hour
This commit is contained in:
@@ -28,7 +28,7 @@ func (c *Controller) Prepare() error {
|
||||
}
|
||||
|
||||
func (c *Controller) store() {
|
||||
ticker := time.NewTicker(time.Minute * 5)
|
||||
ticker := time.NewTicker(time.Minute * 60)
|
||||
|
||||
for range ticker.C {
|
||||
c.log.WithField("action", "store").Info("start to run store")
|
||||
|
||||
Reference in New Issue
Block a user