diff --git a/doc/api/cli.md b/doc/api/cli.md index 56d2d2e89d4992..59554b1c679327 100644 --- a/doc/api/cli.md +++ b/doc/api/cli.md @@ -752,6 +752,11 @@ unless either the `--pending-deprecation` command line flag, or the are used to provide a kind of selective "early warning" mechanism that developers may leverage to detect deprecated API usage. +### `NODE_PENDING_PIPE_INSTANCES=instances` + +Set the number of pending pipe instance handles when the pipe server is waiting +for connections. This setting applies to Windows only. + ### `NODE_PRESERVE_SYMLINKS=1`