Navigation Menu

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

Commit

Permalink
[doc] cluster: remove part about autoFork since this do not exist
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreasMadsen authored and isaacs committed Feb 6, 2012
1 parent 1595a6e commit 23514fc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions doc/api/cluster.markdown
Expand Up @@ -104,8 +104,7 @@ This can be used to restart the worker by calling `fork()` again.
### Event 'setup'

When the `.setupMaster()` function has been executed this event emits. If `.setupMaster()`
was not executed before `fork()` or `.autoFork()`, they will execute the function with no
arguments.
was not executed before `fork()` this function will call `.setupMaster()` with no arguments.

### cluster.setupMaster([options])

Expand Down

0 comments on commit 23514fc

Please sign in to comment.