Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/api/cluster.md3
1 files changed, 0 insertions, 3 deletions
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])