修改 心跳包最大阈值为 600 秒

This commit is contained in:
Suwings 2020-01-28 13:57:54 +08:00
parent 0d2ff3aace
commit e768ca28bc

View File

@ -48,7 +48,7 @@ function isWsOnline(token) {
// 最高心跳包延迟
const MAX_ALIVE_COUNT = 36;
const MAX_ALIVE_COUNT = 60;
//WebSocket 创建
router.ws('/ws', function (ws, req) {