mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-11 08:25:46 +01:00
bringing subfolder installations to v0.4.0 - JUST FOR @PLANNER
This commit is contained in:
@@ -28,7 +28,8 @@ var socket,
|
||||
var reconnection_delay = 200;
|
||||
socket = io.connect('', {
|
||||
'max reconnection attempts': max_reconnection_attemps,
|
||||
'reconnection delay': reconnection_delay
|
||||
'reconnection delay': reconnection_delay,
|
||||
resource: RELATIVE_PATH.slice(1) + '/socket.io'
|
||||
});
|
||||
|
||||
var reconnecting = false,
|
||||
|
||||
Reference in New Issue
Block a user