mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2024-10-01 08:25:44 -04:00
Update docs
This commit is contained in:
parent
32c7b8e48b
commit
059d3a6c8e
@ -50,7 +50,7 @@ the public internet; it currently implements no authentication whatsoever and is
|
|||||||
unencrypted.
|
unencrypted.
|
||||||
|
|
||||||
(Roughly, the TCP port is used for streaming data from the master to the
|
(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.)
|
synapse process.)
|
||||||
|
|
||||||
You then create a set of configs for the various worker processes. These
|
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_port`` should point to the TCP replication listener port and
|
||||||
``worker_replication_http_port`` should point to the HTTP replication port.
|
``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::
|
For instance::
|
||||||
|
|
||||||
worker_app: synapse.app.synchrotron
|
worker_app: synapse.app.synchrotron
|
||||||
|
Loading…
Reference in New Issue
Block a user