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` <!-- YAML added: v0.11.2 +changes: + - version: v13.0.0 + pr-url: https://github.com/nodejs/node/pull/27558 + description: The default timeout changed from 120s to 0 (no timeout). --> -* {number} **Default:** `120000` (2 minutes) +* {number} **Default:** 0 (no timeout) See [`http.Server#timeout`][].