« Previous | Next » 

Revision b96e38ac

IDb96e38ac3a8b143a1129104569ff1b17acac1df4
Parent b6924937
Child 04d6fc2c

Added by Ryan Graham almost 10 years ago

cluster: allow multiple calls to setupMaster()

Only attributes of 'cluster.settings' will be modified after the first
call, leaving all other cluster initialization alone. Each call that
includes a 'settings' argument triggers a 'setup' event to be emitted.

Instead of each call resetting all values to their defaults, use the
current settings (if any) as the default. This retains setupMaster's
support how cluster.fork() uses setupMaster() to ensure
cluster.settings has been populated.

Update example in docs to use current node coding style and include
an example of progressive configuration.

Signed-off-by: Fedor Indutny <>

Files

  • added
  • modified
  • copied
  • renamed
  • deleted

View differences