summary refs log tree commit diff
path: root/docs/workers.rst
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2018-02-13 17:53:56 +0000
committerErik Johnston <erik@matrix.org>2018-02-13 17:53:56 +0000
commit059d3a6c8e55ab7e5318793b8d7c4546bb850d33 (patch)
tree24b6c452946a01995f3863f0ea7abfac697c760d /docs/workers.rst
parentUpdate workers docs to include http port (diff)
downloadsynapse-059d3a6c8e55ab7e5318793b8d7c4546bb850d33.tar.xz
Update docs
Diffstat (limited to 'docs/workers.rst')
-rw-r--r--docs/workers.rst5
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/workers.rst b/docs/workers.rst
index b687807e59..dee04bbf3e 100644
--- a/docs/workers.rst
+++ b/docs/workers.rst
@@ -50,7 +50,7 @@ the public internet; it currently implements no authentication whatsoever and is
 unencrypted.
 
 (Roughly, the TCP port is used for streaming data from the master to the
-workers, and the HTTP port for the workers to communicate with the main
+workers, and the HTTP port for the workers to send data to the main
 synapse process.)
 
 You then create a set of configs for the various worker processes.  These
@@ -69,6 +69,9 @@ 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
+``worker_replication_http_port``.
+
 For instance::
 
     worker_app: synapse.app.synchrotron