no message
This commit is contained in:
parent
a6b93bceb5
commit
ef964f7ec7
|
@ -30,7 +30,7 @@ func StartMonitor() {
|
|||
}()
|
||||
|
||||
return true
|
||||
}), nil, time.Second*10, -1)
|
||||
}), nil, time.Minute*5, -1)
|
||||
}
|
||||
|
||||
// 保存变量到文件(覆盖方式)
|
||||
|
|
Loading…
Reference in New Issue