mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-21 07:56:16 -04:00
Revert "socketio: increase socketio limit to 1MiB"
This reverts commit 55c96e5577
.
This commit is contained in:
parent
648e7c7342
commit
615e47114b
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ exports.expressCreateServer = (hookName, args, cb) => {
|
|||
* https://github.com/socketio/socket.io/issues/2276#issuecomment-147184662 (not totally true, actually, see above)
|
||||
*/
|
||||
cookie: false,
|
||||
maxHttpBufferSize: 1 << 20, // 1MiB
|
||||
maxHttpBufferSize: 10E3,
|
||||
});
|
||||
|
||||
io.on('connect', (socket) => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue