feat: set worker duration to 1hour

This commit is contained in:
Rogee
2024-12-19 22:57:40 +08:00
parent 24553e9875
commit 9ef5707ca2

View File

@@ -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")