Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrey Pechkurov <apechkurov@gmail.com>2020-02-08 12:47:37 +0300
committerAnna Henningsen <anna@addaleax.net>2020-02-13 23:25:09 +0300
commit26cb448b0d74fa6440ca77ca83b1adba6cc50a87 (patch)
treec7b4b9321b10971a5ac890fad4cfad8ea0379f37 /doc/api/https.md
parentb9a7625fdf0a8217195300f5a8844b6da1a5a35a (diff)
doc: fix default server timeout description for https
PR-URL: https://github.com/nodejs/node/pull/31692 Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Diffstat (limited to 'doc/api/https.md')
-rw-r--r--doc/api/https.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/api/https.md b/doc/api/https.md
index f6e7b88a67e..19d2053d377 100644
--- a/doc/api/https.md
+++ b/doc/api/https.md
@@ -123,9 +123,13 @@ See [`http.Server#setTimeout()`][].
### `server.timeout`
<!-- YAML
added: v0.11.2
+changes:
+ - version: v13.0.0
+ pr-url: https://github.com/nodejs/node/pull/27558
+ description: The default timeout changed from 120s to 0 (no timeout).
-->
-* {number} **Default:** `120000` (2 minutes)
+* {number} **Default:** 0 (no timeout)
See [`http.Server#timeout`][].