From e54483cd2be78b66a74716693743a8a1f945838e Mon Sep 17 00:00:00 2001 From: Marco Ippolito Date: Fri, 13 Jan 2023 09:32:19 +0100 Subject: [PATCH] doc: https update default request timeout PR-URL: https://github.com/nodejs/node/pull/46184 Reviewed-By: Paolo Insogna Reviewed-By: Richard Lau Reviewed-By: Yagiz Nizipli Reviewed-By: Luigi Pinca Reviewed-By: James M Snell Reviewed-By: Antoine du Hamel --- doc/api/https.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/doc/api/https.md b/doc/api/https.md index c56aa9bf94b38f..07237f7d73ebab 100644 --- a/doc/api/https.md +++ b/doc/api/https.md @@ -176,9 +176,14 @@ See [`server.maxHeadersCount`][] in the `node:http` module. -* {number} **Default:** `0` +* {number} **Default:** `300000` See [`server.requestTimeout`][] in the `node:http` module.