[docs] Add missing upgradeTimeout option in the docs (#437)

This commit is contained in:
Damien Arrachequesne
2016-10-24 01:21:10 +02:00
committed by GitHub
parent 6ea49bdb12
commit 7188333fa7

View File

@@ -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`.