From 79f3659e55d6a22eec5bcd8b79f4fd0c7a772962 Mon Sep 17 00:00:00 2001 From: barisusakli Date: Fri, 5 Dec 2014 13:19:09 -0500 Subject: [PATCH] reconnectionDelay --- public/src/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/src/app.js b/public/src/app.js index ae832cbc64..4b517e4be5 100644 --- a/public/src/app.js +++ b/public/src/app.js @@ -77,7 +77,7 @@ var socket, } else { var ioParams = { 'max reconnection attempts': config.maxReconnectionAttempts, - 'reconnection delay': config.reconnectionDelay, + reconnectionDelay : config.reconnectionDelay, path: RELATIVE_PATH + '/socket.io' };