Skip to content

Commit

Permalink
docs: update the default value of maxHttpBufferSize
Browse files Browse the repository at this point in the history
Following 734f9d1
  • Loading branch information
darrachequesne committed Sep 10, 2020
1 parent 1916d3a commit 54c6797
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -227,7 +227,7 @@ to a single process.
- `upgradeTimeout` (`Number`): how many ms before an uncompleted transport upgrade is cancelled (`10000`)
- `maxHttpBufferSize` (`Number`): how many bytes or characters a message
can be, before closing the session (to avoid DoS). Default
value is `10E7`.
value is `1E6`.
- `allowRequest` (`Function`): A function that receives a given handshake
or upgrade request as its first parameter, and can decide whether to
continue or not. The second argument is a function that needs to be
Expand Down

0 comments on commit 54c6797

Please sign in to comment.