mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-02-01 03:12:42 +01:00
Merge pull request #232 from riseuplabs/master
Temp fix, @Pita may revert this. For now it gets things stable again
This commit is contained in:
commit
f61de98046
1 changed files with 1 additions and 1 deletions
|
@ -436,7 +436,7 @@ async.waterfall([
|
||||||
|
|
||||||
//this is only a workaround to ensure it works with all browers behind a proxy
|
//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
|
//we should remove this when the new socket.io version is more stable
|
||||||
//io.set('transports', ['xhr-polling']);
|
io.set('transports', ['xhr-polling']);
|
||||||
|
|
||||||
var socketIOLogger = log4js.getLogger("socket.io");
|
var socketIOLogger = log4js.getLogger("socket.io");
|
||||||
io.set('logger', {
|
io.set('logger', {
|
||||||
|
|
Loading…
Reference in a new issue