Skip to content

Commit e54483c

Browse files
marco-ippolitojuanarbol
authored andcommitted
doc: https update default request timeout
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>
1 parent 335110b commit e54483c

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

doc/api/https.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -176,9 +176,14 @@ See [`server.maxHeadersCount`][] in the `node:http` module.
176176

177177
<!-- YAML
178178
added: v14.11.0
179+
changes:
180+
- version: v18.0.0
181+
pr-url: https://github.com/nodejs/node/pull/41263
182+
description: The default request timeout changed
183+
from no timeout to 300s (5 minutes).
179184
-->
180185

181-
* {number} **Default:** `0`
186+
* {number} **Default:** `300000`
182187

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

0 commit comments

Comments
 (0)