mirror of
https://github.com/nodejs/node.git
synced 2024-11-29 15:06:33 +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:
parent
b9a7625fdf
commit
26cb448b0d
@ -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`][].
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user