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

Commit

Permalink
Browse files Browse the repository at this point in the history
doc: cluster: setupMaster() can be called only once
  • Loading branch information
bnoordhuis committed Aug 21, 2012
1 parent ef0ca2a commit 7c75ca7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/api/cluster.markdown
Expand Up @@ -222,8 +222,8 @@ call `.setupMaster()` with no arguments.
* `silent` {Boolean} whether or not to send output to parent's stdio.
(Default=`false`)

The `setupMaster` is used to change the default 'fork' behavior. It takes
one option object argument.
`setupMaster` is used to change the default 'fork' behavior. The new settings
are effective immediately and permanently, they cannot be changed later on.

Example:

Expand Down

0 comments on commit 7c75ca7

Please sign in to comment.