优化代码

This commit is contained in:
GoEdgeLab
2022-12-27 18:58:29 +08:00
parent 3bc2b17f7f
commit c95aff1f2d
2 changed files with 7 additions and 1 deletions

View File

@@ -69,7 +69,7 @@ func (this *Manager) Start() {
}
// 定时获取
var duration = 30 * time.Second
var duration = 30 * time.Minute
if Tea.IsTesting() {
duration = 30 * time.Second
}