From 2c83946757a5e196f76ea52751ad144a8e161bd9 Mon Sep 17 00:00:00 2001 From: Andrey Pechkurov Date: Sat, 8 Feb 2020 12:47:37 +0300 Subject: [PATCH] doc: fix default server timeout description for https PR-URL: https://github.com/nodejs/node/pull/31692 Reviewed-By: Ruben Bridgewater Reviewed-By: Trivikram Kamat Reviewed-By: James M Snell Reviewed-By: Luigi Pinca --- doc/api/https.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/doc/api/https.md b/doc/api/https.md index f6e7b88a67e29c..19d2053d377c59 100644 --- a/doc/api/https.md +++ b/doc/api/https.md @@ -123,9 +123,13 @@ See [`http.Server#setTimeout()`][]. ### `server.timeout` -* {number} **Default:** `120000` (2 minutes) +* {number} **Default:** 0 (no timeout) See [`http.Server#timeout`][].