summary refs log tree commit diff
diff options
context:
space:
mode:
authorOlivier Wilkinson (reivilibre) <oliverw@matrix.org>2022-11-11 13:29:13 +0000
committerOlivier Wilkinson (reivilibre) <oliverw@matrix.org>2022-11-11 13:29:13 +0000
commitfde54c1a4863393a14515f8a52853f2ec8fe2049 (patch)
tree69403efe92dbe72603f1c717072ed9af1092794d
parentNewsfile (diff)
downloadsynapse-rei/measure_servlet_time.tar.xz
-rwxr-xr-xdocker/configure_workers_and_start.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/configure_workers_and_start.py b/docker/configure_workers_and_start.py
index 62b1bab297..928a09a40c 100755
--- a/docker/configure_workers_and_start.py
+++ b/docker/configure_workers_and_start.py
@@ -210,7 +210,7 @@ WORKERS_CONFIG: Dict[str, Dict[str, Any]] = {
     },
     "frontend_proxy": {
         "app": "synapse.app.generic_worker",
-        "listener_resources": ["client", "replication"],
+        "listener_resources": ["client"],
         "endpoint_patterns": ["^/_matrix/client/(api/v1|r0|v3|unstable)/keys/upload"],
         "shared_extra_conf": {},
         "worker_extra_conf": (