From 8fb518cb803b9559b2117c80d9c1e35b5e5c4843 Mon Sep 17 00:00:00 2001 From: Emelia Smith Date: Mon, 13 Nov 2023 19:15:50 +0100 Subject: [PATCH] Update content/en/admin/scaling.md --- content/en/admin/scaling.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/admin/scaling.md b/content/en/admin/scaling.md index 432df13b..47244158 100644 --- a/content/en/admin/scaling.md +++ b/content/en/admin/scaling.md @@ -63,7 +63,7 @@ $ sudo systemctl start mastodon-streaming@4001.service $ sudo systemctl start mastodon-streaming@4002.service ``` -By default, `sudo systemctl start mastodon-streaming` just starts one process on port 4000, equivalent to just `sudo systemctl start mastodon-streaming@4000.service`. +By default, `sudo systemctl start mastodon-streaming` starts just one process on port 4000, equivalent to running `sudo systemctl start mastodon-streaming@4000.service`. {{< hint style="warning" >}} Previous versions of Mastodon had a `STREAMING_CLUSTER_NUM` environment variable that made the streaming server use clustering, which started mulitple workers processes and used node.js to load balance them.