We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1916d3a commit 54c6797Copy full SHA for 54c6797
README.md
@@ -227,7 +227,7 @@ to a single process.
227
- `upgradeTimeout` (`Number`): how many ms before an uncompleted transport upgrade is cancelled (`10000`)
228
- `maxHttpBufferSize` (`Number`): how many bytes or characters a message
229
can be, before closing the session (to avoid DoS). Default
230
- value is `10E7`.
+ value is `1E6`.
231
- `allowRequest` (`Function`): A function that receives a given handshake
232
or upgrade request as its first parameter, and can decide whether to
233
continue or not. The second argument is a function that needs to be
0 commit comments