Increase the maxHttpBufferSize

This commit is contained in:
Helder Sepulveda 2024-05-26 13:04:28 -04:00
parent df3686dcad
commit 78d7b96067
6 changed files with 6 additions and 6 deletions

View file

@ -544,7 +544,7 @@
* value to work properly, but increasing the value increases susceptibility
* to denial of service attacks (malicious clients can exhaust memory).
*/
"maxHttpBufferSize": "${SOCKETIO_MAX_HTTP_BUFFER_SIZE:10000}"
"maxHttpBufferSize": "${SOCKETIO_MAX_HTTP_BUFFER_SIZE:50000}"
},
/*