Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.

Commit

Permalink
doc: remove duplicate section
Browse files Browse the repository at this point in the history
Fixes #3750.
  • Loading branch information
koichik committed Jul 21, 2012
1 parent 42c6952 commit bc30c90
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions doc/api/cluster.markdown
Expand Up @@ -242,18 +242,6 @@ Example:

Spawn a new worker process. This can only be called from the master process.

## cluster.settings

* {Object}
* `exec` {String} file path to worker file. Default: `__filename`
* `args` {Array} string arguments passed to worker.
(Default=`process.argv.slice(2)`)
* `silent` {Boolean} whether or not to send output to parent's stdio.
(Default=`false`)

All settings set by the `.setupMaster` is stored in this settings object.
This object is not supposed to be change or set manually.

## cluster.disconnect([callback])

* `callback` {Function} called when all workers are disconnected and handlers are closed
Expand Down

0 comments on commit bc30c90

Please sign in to comment.