mirror of
https://github.com/socketio/socket.io.git
synced 2026-04-30 03:00:39 -04:00
[docs] Add missing upgradeTimeout option in the docs (#437)
This commit is contained in:
committed by
GitHub
parent
6ea49bdb12
commit
7188333fa7
@@ -199,6 +199,7 @@ to a single process.
|
||||
consider the connection closed (`60000`)
|
||||
- `pingInterval` (`Number`): how many ms before sending a new ping
|
||||
packet (`25000`)
|
||||
- `upgradeTimeout` (`Number`): how many ms before an uncompleted transport upgrade is cancelled (`10000`)
|
||||
- `maxHttpBufferSize` (`Number`): how many bytes or characters a message
|
||||
can be when polling, before closing the session (to avoid DoS). Default
|
||||
value is `10E7`.
|
||||
|
||||
Reference in New Issue
Block a user