summary refs log tree commit diff
path: root/synapse/config
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2020-03-25 14:55:02 +0000
committerErik Johnston <erik@matrix.org>2020-03-25 14:55:02 +0000
commit83ecaeecbf9997b5ceb532fa965f071084ca61ee (patch)
treef62a181a3a651ff595311bfa166778b4d4bfb000 /synapse/config
parentPass instance name through to rdata (diff)
downloadsynapse-github/erikj/split_out_fed_stream.tar.xz
Diffstat (limited to 'synapse/config')
-rw-r--r--synapse/config/workers.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/synapse/config/workers.py b/synapse/config/workers.py

index fef72ed974..43bdf039e7 100644 --- a/synapse/config/workers.py +++ b/synapse/config/workers.py
@@ -48,6 +48,8 @@ class WorkerConfig(Config): self.worker_main_http_uri = config.get("worker_main_http_uri", None) + self.instance_http_map = config.get("instance_http_map", {}) + # This option is really only here to support `--manhole` command line # argument. manhole = config.get("worker_manhole")