diff --git a/zefie_wtvp_minisrv/includes/classes/WTVIRC.js b/zefie_wtvp_minisrv/includes/classes/WTVIRC.js index 1dca165c..19142858 100644 --- a/zefie_wtvp_minisrv/includes/classes/WTVIRC.js +++ b/zefie_wtvp_minisrv/includes/classes/WTVIRC.js @@ -316,7 +316,7 @@ class WTVIRC { this.debugLog('info', `Sent PING to ${socket.remoteAddress} due to inactivity`); return; } - }, 5000); // check every 5 seconds + }, 10000); // check every 5 seconds this.clients.push(socket); this.clientpeak = Math.max(this.clientpeak, this.clients.length);