diff options
author | richvdh <richvdh@users.noreply.github.com> | 2021-06-16 12:16:14 +0000 |
---|---|---|
committer | richvdh <richvdh@users.noreply.github.com> | 2021-06-16 12:16:14 +0000 |
commit | b60efa69dad9c8b1a4e2e306a59b470f10b3f670 (patch) | |
tree | 8f46cb8679d5f164d316da31c8e49e3b26c38e90 /develop/workers.html | |
parent | deploy: 13577aa55ebe6087e8b813c0643bbb53148e9510 (diff) | |
download | synapse-b60efa69dad9c8b1a4e2e306a59b470f10b3f670.tar.xz |
deploy: 0adc2882c1a67419207a500f00c41a94be51857a
Diffstat (limited to 'develop/workers.html')
-rw-r--r-- | develop/workers.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/develop/workers.html b/develop/workers.html index e16003208a..91ef3c0aa8 100644 --- a/develop/workers.html +++ b/develop/workers.html @@ -196,7 +196,7 @@ similar to the one running <code>matrix.org</code>.</p> workers only work with PostgreSQL-based Synapse deployments. SQLite should only be used for demo purposes and any admin considering workers should already be running PostgreSQL.</p> -<p>See also https://matrix.org/blog/2020/11/03/how-we-fixed-synapses-scalability +<p>See also <a href="https://matrix.org/blog/2020/11/03/how-we-fixed-synapses-scalability">Matrix.org blog post</a> for a higher level overview.</p> <h2 id="main-processworker-communication"><a class="header" href="#main-processworker-communication">Main process/worker communication</a></h2> <p>The processes communicate with each other via a Synapse-specific protocol called |