From 0fc8012b6563179594f49a4e58ece3d23513b2ac Mon Sep 17 00:00:00 2001 From: cjihrig Date: Mon, 6 Jun 2016 10:35:38 -0400 Subject: [PATCH] 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(-) diff --git a/doc/api/cluster.md b/doc/api/cluster.md index 06ef0d94b2cd3a..63cf2469b26f09 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])