mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-10 16:05:49 +01:00
reconnectionDelay
This commit is contained in:
@@ -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'
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user