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

This commit is contained in:
GoEdgeLab
2021-01-26 10:29:53 +08:00
parent 5379a5b5d4
commit 668ace050a

View File

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