Skip to content

Commit

Permalink
Revert "doc: fix default server timeout description for https"
Browse files Browse the repository at this point in the history
This reverts commit 86686cc.

PR-URL: #33069
Reviewed-By: Juan José Arboleda <soyjuanarbol@gmail.com>
Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
  • Loading branch information
targos committed Apr 28, 2020
1 parent c8b4ab0 commit 8e829d4
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions doc/api/https.md
Expand Up @@ -123,13 +123,9 @@ 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:** 0 (no timeout)
* {number} **Default:** `120000` (2 minutes)

See [`http.Server#timeout`][].

Expand Down

0 comments on commit 8e829d4

Please sign in to comment.