From a00a8812591179043212e898cc0e7e8bf41df3d0 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Tue, 22 Oct 2013 14:42:53 +0000 Subject: [PATCH] feature(socket) connect: rm reconnect, reconnect delay --- lib/client/socket.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/client/socket.js b/lib/client/socket.js index 7ff57c0c..d755e1bc 100644 --- a/lib/client/socket.js +++ b/lib/client/socket.js @@ -17,8 +17,6 @@ var CloudCmd, Util, DOM, io; function connect() { socket = io.connect(CloudCmd.HOST, { - 'reconnect' : true, - 'reconnection delay' : 500, 'max reconnection attempts' : Math.pow(2, 32), 'reconnect_failed' : function() { Util.log('Could not reconnect. Reload page.');