diff --git a/doc/api/cli.md b/doc/api/cli.md index e76a3296f0670b..821c024a2f93da 100644 --- a/doc/api/cli.md +++ b/doc/api/cli.md @@ -264,6 +264,17 @@ This flag exists to aid in experimentation with the internal implementation of the Node.js http parser. This flag is likely to become a no-op and removed at some point in the future. +### `--http-server-default-timeout=milliseconds` + + +Overrides the default value of `http`, `https` and `http2` server socket +timeout. Setting the value to 0 disables server socket timeout. Unless +provided, http server sockets timeout after 120s (2 minutes). Programmatic +setting of the timeout takes precedence over the value set through this +flag. + ### `--icu-data-dir=file`