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.');