diff --git a/doc/api/cli.md b/doc/api/cli.md index 7563515b9f9b21..c90fe4bd5f5015 100644 --- a/doc/api/cli.md +++ b/doc/api/cli.md @@ -119,6 +119,17 @@ added: v6.0.0 Force FIPS-compliant crypto on startup. (Cannot be disabled from script code.) (Same requirements as `--enable-fips`.) +### `--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`