feature(socket) connect: rm reconnect, reconnect delay

This commit is contained in:
coderaiser 2013-10-22 14:42:53 +00:00
parent c1e771b618
commit a00a881259

View file

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