1
0
mirror of https://github.com/newnius/YAO-scheduler.git synced 2025-12-12 23:36:44 +00:00
This commit is contained in:
2020-05-24 02:22:05 +08:00
parent 04832b8b02
commit 73600d3595
4 changed files with 11 additions and 10 deletions

View File

@@ -161,7 +161,7 @@ func (jm *JobManager) start() {
if !jm.isRunning {
break
}
time.Sleep(time.Second * 10)
time.Sleep(time.Second * 25)
}
}