Skip to content

Commit

Permalink
doc: https update default request timeout
Browse files Browse the repository at this point in the history
PR-URL: #46184
Reviewed-By: Paolo Insogna <paolo@cowtech.it>
Reviewed-By: Richard Lau <rlau@redhat.com>
Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
  • Loading branch information
marco-ippolito authored and juanarbol committed Jan 31, 2023
1 parent 335110b commit e54483c
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion doc/api/https.md
Expand Up @@ -176,9 +176,14 @@ See [`server.maxHeadersCount`][] in the `node:http` module.

<!-- YAML
added: v14.11.0
changes:
- version: v18.0.0
pr-url: https://github.com/nodejs/node/pull/41263
description: The default request timeout changed
from no timeout to 300s (5 minutes).
-->

* {number} **Default:** `0`
* {number} **Default:** `300000`

See [`server.requestTimeout`][] in the `node:http` module.

Expand Down

0 comments on commit e54483c

Please sign in to comment.