From 57acf0f5ce197c9a1150dedfce7d55d285bbf0f1 Mon Sep 17 00:00:00 2001 From: Pavel Djundik Date: Sun, 23 Apr 2017 09:42:16 +0300 Subject: [PATCH] Revert "Disable (temporarily) client ping timeouts" This reverts commit ffa0740b50977704cba026869f99cdc72af8e16c. --- src/client.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/client.js b/src/client.js index c7c57efb..f9eaa3cd 100644 --- a/src/client.js +++ b/src/client.js @@ -264,7 +264,6 @@ Client.prototype.connect = function(args) { auto_reconnect: true, auto_reconnect_wait: 10000 + Math.floor(Math.random() * 1000), // If multiple users are connected to the same network, randomize their reconnections a little auto_reconnect_max_retries: 360, // At least one hour (plus timeouts) worth of reconnections - ping_interval: 0, // Disable client ping timeouts due to buggy implementation webirc: webirc, });