This commit is contained in:
erikjohnston
2022-05-25 09:14:38 +00:00
parent a7da1f9e6d
commit 088d0fbd69
6 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -147,7 +147,7 @@
</div>
<h1 id="scaling-synapse-via-workers"><a class="header" href="#scaling-synapse-via-workers">Scaling synapse via workers</a></h1>
<p>For small instances it recommended to run Synapse in the default monolith mode.
<p>For small instances it is recommended to run Synapse in the default monolith mode.
For larger instances where performance is a concern it can be helpful to split
out functionality into multiple separate python processes. These processes are
called 'workers', and are (eventually) intended to scale horizontally