0
0
mirror of https://github.com/nodejs/node.git synced 2024-12-01 16:10:02 +01:00

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>
This commit is contained in:
Andrey Pechkurov 2020-02-08 12:47:37 +03:00 committed by Anna Henningsen
parent b9a7625fdf
commit 26cb448b0d
No known key found for this signature in database
GPG Key ID: 9C63F3A6CD2AD8F9

View File

@ -123,9 +123,13 @@ See [`http.Server#setTimeout()`][].
### `server.timeout` ### `server.timeout`
<!-- YAML <!-- YAML
added: v0.11.2 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`][]. See [`http.Server#timeout`][].