mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-20 07:35:05 -04:00
Increase the maxHttpBufferSize (#6409)
This commit is contained in:
parent
f1a1b6bfd7
commit
0b0d882477
6 changed files with 6 additions and 6 deletions
|
@ -510,7 +510,7 @@ For the editor container, you can also make it full width by adding `full-width-
|
|||
|
||||
| `SOCKETIO_MAX_HTTP_BUFFER_SIZE`
|
||||
| The maximum size (in bytes) of a single message accepted via Socket.IO. If a client sends a larger message, its connection gets closed to prevent DoS (memory exhaustion) attacks.
|
||||
| `10000`
|
||||
| `50000`
|
||||
|
||||
| `LOAD_TEST`
|
||||
| Allow Load Testing tools to hit the Etherpad Instance. WARNING: this will disable security on the instance.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue