缩短右上菜单中同步状态检测时间

This commit is contained in:
刘祥超
2021-01-26 10:29:53 +08:00
parent 6ed0791991
commit f7336235a1

View File

@@ -92,7 +92,7 @@ Tea.context(function () {
.done(function () { .done(function () {
this.$delay(function () { this.$delay(function () {
this.loadNodeTasks() this.loadNodeTasks()
}, 5000) }, 3000)
}) })
} }