We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c88721 commit 1b45713Copy full SHA for 1b45713
doc/api/https.md
@@ -176,9 +176,14 @@ See [`server.maxHeadersCount`][] in the `node:http` module.
176
177
<!-- YAML
178
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).
184
-->
185
-* {number} **Default:** `0`
186
+* {number} **Default:** `300000`
187
188
See [`server.requestTimeout`][] in the `node:http` module.
189
0 commit comments