summary refs log tree commit diff
path: root/docs/workers.md
diff options
context:
space:
mode:
authorDavid Robertson <davidr@element.io>2022-11-17 16:11:08 +0000
committerGitHub <noreply@github.com>2022-11-17 16:11:08 +0000
commit01a052789266179c70c10ea6a6253c64fd9990d2 (patch)
treed2b40a1b41096f5a2357a55a672120379e9dde50 /docs/workers.md
parentFix check to ignore blank lines in incoming TCP replication (#14449) (diff)
downloadsynapse-01a052789266179c70c10ea6a6253c64fd9990d2.tar.xz
Fix version that `worker_main_http_uri` is redundant from (#14476)
* Fix version that `worker_main_http_uri` is redundant from

* Changelog
Diffstat (limited to 'docs/workers.md')
-rw-r--r--docs/workers.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/workers.md b/docs/workers.md
index 4604650803..27e54c5846 100644
--- a/docs/workers.md
+++ b/docs/workers.md
@@ -135,8 +135,8 @@ In the config file for each worker, you must specify:
    [`worker_replication_http_port`](usage/configuration/config_documentation.md#worker_replication_http_port)).
  * If handling HTTP requests, a [`worker_listeners`](usage/configuration/config_documentation.md#worker_listeners) option
    with an `http` listener.
- * **Synapse 1.71 and older:** if handling the `^/_matrix/client/v3/keys/upload` endpoint, the HTTP URI for
-   the main process (`worker_main_http_uri`). This config option is no longer required and is ignored when running Synapse 1.72 and newer.
+ * **Synapse 1.72 and older:** if handling the `^/_matrix/client/v3/keys/upload` endpoint, the HTTP URI for
+   the main process (`worker_main_http_uri`). This config option is no longer required and is ignored when running Synapse 1.73 and newer.
 
 For example: