增加 command -> delayMillSecond 参数
This commit is contained in:
@@ -129,7 +129,7 @@ func initWatcher() {
|
||||
defer watcher.Close()
|
||||
|
||||
done := make(chan bool)
|
||||
taskMan = newTaskMan(2000)
|
||||
taskMan = newTaskMan(cfg.Command.DelayMillSecond)
|
||||
go func() {
|
||||
for {
|
||||
select {
|
||||
|
Reference in New Issue
Block a user