Increase the maxHttpBufferSize (#6409)

This commit is contained in:
Helder Sepulveda 2024-06-01 07:17:02 -04:00 committed by GitHub
parent f1a1b6bfd7
commit 0b0d882477
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 6 additions and 6 deletions

View file

@ -153,7 +153,7 @@ exports.socketIo = {
* properly, but increasing the value increases susceptibility to denial of service attacks
* (malicious clients can exhaust memory).
*/
maxHttpBufferSize: 10000,
maxHttpBufferSize: 50000,
};