doc: mention execArgv in setupMaster

archived-io.js-v0.10
Yazhong Liu 2013-12-07 02:28:39 +08:00 committed by Timothy J Fontaine
parent 796834bf18
commit 5cfee927cd
1 changed files with 2 additions and 0 deletions

View File

@ -94,6 +94,8 @@ the worker pool for your application's needs.
## cluster.settings
* {Object}
* `execArgv` {Array} list of string arguments passed to the node executable.
(Default=`process.execArgv`)
* `exec` {String} file path to worker file. (Default=`process.argv[1]`)
* `args` {Array} string arguments passed to worker.
(Default=`process.argv.slice(2)`)