From 7188333fa7a6756f4e1c83bb73430a4dc0e214df Mon Sep 17 00:00:00 2001 From: Damien Arrachequesne Date: Mon, 24 Oct 2016 01:21:10 +0200 Subject: [PATCH] =?UTF-8?q?[docs]=C2=A0Add=20missing=20`upgradeTimeout`=20?= =?UTF-8?q?option=20in=20the=20docs=20(#437)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index bba1c099..7e0c0fb2 100644 --- a/README.md +++ b/README.md @@ -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`.