From 779091ffdb5ea6d93e81f8dd732699fb8836bb0b Mon Sep 17 00:00:00 2001 From: cjihrig Date: Mon, 6 Jun 2016 10:35:38 -0400 Subject: doc: remove cluster.setupMaster() myth cluster.setupMaster() can be called more than once. Core even has tests for this functionality. This commit removes an incorrect statement to the contrary from the documentation. Fixes: https://github.com/nodejs/node/issues/7156 PR-URL: https://github.com/nodejs/node/pull/7179 Reviewed-By: James M Snell Reviewed-By: Claudio Rodriguez --- doc/api/cluster.md | 3 --- 1 file changed, 3 deletions(-) (limited to 'doc/api/cluster.md') diff --git a/doc/api/cluster.md b/doc/api/cluster.md index 06ef0d94b2c..63cf2469b26 100644 --- a/doc/api/cluster.md +++ b/doc/api/cluster.md @@ -632,9 +632,6 @@ values are `"rr"` and `"none"`. After calling `.setupMaster()` (or `.fork()`) this settings object will contain the settings, including the default values. -It is effectively frozen after being set, because `.setupMaster()` can -only be called once. - This object is not supposed to be changed or set manually, by you. ## cluster.setupMaster([settings]) -- cgit v1.2.3