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

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