diff options
author | MatMaul <MatMaul@users.noreply.github.com> | 2023-07-07 07:46:25 +0000 |
---|---|---|
committer | MatMaul <MatMaul@users.noreply.github.com> | 2023-07-07 07:46:25 +0000 |
commit | 0d820b1886f0f3e22c91b7854804ebe19116c258 (patch) | |
tree | 50cd778c8a72ffb6ae519bc59297564d017aed12 /develop/workers.html | |
parent | deploy: b07b14b494ae1dd564b4c44f844c9a9545b3d08a (diff) | |
download | synapse-0d820b1886f0f3e22c91b7854804ebe19116c258.tar.xz |
deploy: 2481b7dfa41c1c890346136f04344a4e1660ef32
Diffstat (limited to 'develop/workers.html')
-rw-r--r-- | develop/workers.html | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/develop/workers.html b/develop/workers.html index 4b896abc35..70accf9c6a 100644 --- a/develop/workers.html +++ b/develop/workers.html @@ -264,9 +264,6 @@ The currently available worker applications are listed <a href="#available-worke with an <code>http</code> listener.</li> <li><strong>Synapse 1.72 and older:</strong> if handling the <code>^/_matrix/client/v3/keys/upload</code> endpoint, the HTTP URI for the main process (<code>worker_main_http_uri</code>). This config option is no longer required and is ignored when running Synapse 1.73 and newer.</li> -<li><strong>Synapse 1.83 and older:</strong> The HTTP replication endpoint that the worker should talk to on the main synapse process -(<a href="usage/configuration/config_documentation.html#worker_replication_host"><code>worker_replication_host</code></a> and -<a href="usage/configuration/config_documentation.html#worker_replication_http_port"><code>worker_replication_http_port</code></a>). If using Synapse 1.84 and newer, these are not needed if <code>main</code> is defined on the <a href="#shared-configuration">shared configuration</a> <code>instance_map</code></li> </ul> <p>For example:</p> <pre><code class="language-yaml">worker_app: synapse.app.generic_worker |