Skip to content

Commit

Permalink
doc: fix default server timeout description for https
Browse files Browse the repository at this point in the history
PR-URL: #31692
Reviewed-By: Ruben Bridgewater <[email protected]>
Reviewed-By: Trivikram Kamat <[email protected]>
Reviewed-By: James M Snell <[email protected]>
Reviewed-By: Luigi Pinca <[email protected]>
  • Loading branch information
puzpuzpuz authored and codebytere committed Feb 17, 2020
1 parent 6dbe6bd commit 2c83946
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion doc/api/https.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`][].

Expand Down

0 comments on commit 2c83946

Please sign in to comment.