diff options
author | DMRobertson <DMRobertson@users.noreply.github.com> | 2022-11-17 16:11:58 +0000 |
---|---|---|
committer | DMRobertson <DMRobertson@users.noreply.github.com> | 2022-11-17 16:11:58 +0000 |
commit | 99ac1fe7610ba9245ce8cad799bf6f7a66967dcb (patch) | |
tree | ba1b7899b37f395303854d310efe50273583cdb0 /develop/workers.html | |
parent | deploy: c15e9a0edb696990365ac5a4e5be847b5ae23921 (diff) | |
download | synapse-99ac1fe7610ba9245ce8cad799bf6f7a66967dcb.tar.xz |
deploy: 01a052789266179c70c10ea6a6253c64fd9990d2
Diffstat (limited to '')
-rw-r--r-- | develop/workers.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/develop/workers.html b/develop/workers.html index 95ec9edf4c..027befd165 100644 --- a/develop/workers.html +++ b/develop/workers.html @@ -252,8 +252,8 @@ The currently available worker applications are listed <a href="#available-worke <a href="usage/configuration/config_documentation.html#worker_replication_http_port"><code>worker_replication_http_port</code></a>).</li> <li>If handling HTTP requests, a <a href="usage/configuration/config_documentation.html#worker_listeners"><code>worker_listeners</code></a> option with an <code>http</code> listener.</li> -<li><strong>Synapse 1.71 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.72 and newer.</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> </ul> <p>For example:</p> <pre><code class="language-yaml">worker_app: synapse.app.generic_worker |