doc: cluster: bump stability level to 'unstable'
authorBen Noordhuis <info@bnoordhuis.nl>
Thu, 7 Nov 2013 11:34:22 +0000 (12:34 +0100)
committerBen Noordhuis <info@bnoordhuis.nl>
Thu, 7 Nov 2013 11:38:00 +0000 (12:38 +0100)
As discussed on the mailing list: the module will not go away but the
API will continue to receive updates as the need arises.

Link: https://groups.google.com/forum/#!topic/nodejs/uqyTcQfimAI
Message-ID: <7384b30e-b64c-4086-b78f-b5acca9842a9@googlegroups.com>

doc/api/cluster.markdown

index 64968f5..6f6e5f8 100644 (file)
@@ -1,6 +1,6 @@
 # Cluster
 
-    Stability: 1 - Experimental
+    Stability: 2 - Unstable
 
 A single instance of Node runs in a single thread. To take advantage of
 multi-core systems the user will sometimes want to launch a cluster of Node