summary refs log tree commit diff
path: root/docs/workers.rst
diff options
context:
space:
mode:
authorTravis Ralston <travpc@gmail.com>2018-08-21 23:35:50 -0600
committerGitHub <noreply@github.com>2018-08-21 23:35:50 -0600
commitdd0ac1614cc9649936830bc1efd1f6208528d504 (patch)
treee726888ad4d9c22e4cddf6d6e4fd60116896579d /docs/workers.rst
parentSplit the state_group_cache in two (#3726) (diff)
downloadsynapse-dd0ac1614cc9649936830bc1efd1f6208528d504.tar.xz
Reference that the federation_reader needs the HTTP replication port set
Diffstat (limited to 'docs/workers.rst')
-rw-r--r--docs/workers.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/workers.rst b/docs/workers.rst

index aec319dd84..5435f36331 100644 --- a/docs/workers.rst +++ b/docs/workers.rst
@@ -74,7 +74,7 @@ replication endpoints that it's talking to on the main synapse process. ``worker_replication_port`` should point to the TCP replication listener port and ``worker_replication_http_port`` should point to the HTTP replication port. -Currently, only the ``event_creator`` worker requires specifying +Currently, the ``event_creator`` and ``federation_reader`` workers require specifying ``worker_replication_http_port``. For instance::