fix 心跳轮训间隔

This commit is contained in:
cyh 2024-10-15 15:58:47 +08:00
parent df86131200
commit 4fc198bd26
1 changed files with 1 additions and 1 deletions

View File

@ -115,7 +115,7 @@ class MainAtyVM : PublicViewMode() {
}
}
}
heartBeatTimer?.schedule(heartBeatTask,10000,60000)
heartBeatTimer?.schedule(heartBeatTask,100000,600000)
}