mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-05-05 06:37:10 -04:00
Merge 95f1992e4d
into ecd486e440
This commit is contained in:
commit
928f91c7f7
4 changed files with 44 additions and 1 deletions
|
@ -420,6 +420,8 @@ async.waterfall([
|
|||
//this is only a workaround to ensure it works with all browers behind a proxy
|
||||
//we should remove this when the new socket.io version is more stable
|
||||
io.set('transports', ['xhr-polling']);
|
||||
|
||||
io.set('polling duration', settings.pollingDuration)
|
||||
|
||||
var socketIOLogger = log4js.getLogger("socket.io");
|
||||
io.set('logger', {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue