From da7b6a340d74878ded59c50780463ddc9a9bfabc Mon Sep 17 00:00:00 2001 From: Wu Cheng-Han Date: Sat, 2 Jul 2016 16:15:05 +0800 Subject: Reduce realtime timeout and heartbeat interval to handle stale clients quicker --- public/js/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'public/js/index.js') diff --git a/public/js/index.js b/public/js/index.js index 38882949..25bb6a99 100644 --- a/public/js/index.js +++ b/public/js/index.js @@ -2049,7 +2049,7 @@ function havePermission() { //socket.io actions var socket = io.connect({ path: urlpath ? '/' + urlpath + '/socket.io/' : '', - timeout: 10000 //10 secs to timeout + timeout: 5000 //5 secs to timeout }); //overwrite original event for checking login state var on = socket.on; -- cgit v1.2.3