Skip to content

Commit 5cfee92

Browse files
yorkietjfontaine
authored andcommitted
doc: mention execArgv in setupMaster
1 parent 796834b commit 5cfee92

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

doc/api/cluster.markdown

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,8 @@ the worker pool for your application's needs.
9494
## cluster.settings
9595

9696
* {Object}
97+
* `execArgv` {Array} list of string arguments passed to the node executable.
98+
(Default=`process.execArgv`)
9799
* `exec` {String} file path to worker file. (Default=`process.argv[1]`)
98100
* `args` {Array} string arguments passed to worker.
99101
(Default=`process.argv.slice(2)`)

0 commit comments

Comments
 (0)