mirror of
https://github.com/Break27/kvmd.git
synced 2026-02-06 10:26:38 +08:00
increasing pings limit
This commit is contained in:
parent
36fee4ebc4
commit
0598362931
@ -262,7 +262,7 @@ export function Session() {
|
||||
var __pingServer = function() {
|
||||
try {
|
||||
__missed_heartbeats += 1;
|
||||
if (__missed_heartbeats >= 5) {
|
||||
if (__missed_heartbeats >= 15) {
|
||||
throw new Error("Too many missed heartbeats");
|
||||
}
|
||||
__ws.send(JSON.stringify({"event_type": "ping", "event": {}}));
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user