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`][].