mirror of
https://github.com/MCSManager/MCSManager.git
synced 2025-02-05 15:29:35 +08:00
修改 心跳包最大阈值为 600 秒
This commit is contained in:
parent
0d2ff3aace
commit
e768ca28bc
@ -48,7 +48,7 @@ function isWsOnline(token) {
|
||||
|
||||
|
||||
// 最高心跳包延迟
|
||||
const MAX_ALIVE_COUNT = 36;
|
||||
const MAX_ALIVE_COUNT = 60;
|
||||
|
||||
//WebSocket 创建
|
||||
router.ws('/ws', function (ws, req) {
|
||||
|
Loading…
Reference in New Issue
Block a user