0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-06-21 03:58:22 +02:00

Merge pull request #3734 from matrix-org/travis/worker-docs

Reference that the federation_reader needs the HTTP replication port set
This commit is contained in:
Travis Ralston 2018-08-23 07:51:46 -06:00 committed by GitHub
commit 1ca2744621
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

1
changelog.d/3734.misc Normal file
View file

@ -0,0 +1 @@
Reference the need for an HTTP replication port when using the federation_reader worker

View file

@ -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::