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 <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>
  • Loading branch information
puzpuzpuz authored and codebytere committed Mar 30, 2020
1 parent 3f43c5f commit 86686cc
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion doc/api/https.md
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 86686cc

Please sign in to comment.