diff options
author | MatMaul <MatMaul@users.noreply.github.com> | 2023-07-07 08:10:38 +0000 |
---|---|---|
committer | MatMaul <MatMaul@users.noreply.github.com> | 2023-07-07 08:10:38 +0000 |
commit | cd2c5548a0d681a2aa560bcaaa6e480720cfbe74 (patch) | |
tree | abf201288d8a2b215255ee8af1a8b6241cc295fb /develop/print.html | |
parent | deploy: 2481b7dfa41c1c890346136f04344a4e1660ef32 (diff) | |
download | synapse-cd2c5548a0d681a2aa560bcaaa6e480720cfbe74.tar.xz |
deploy: 677272caed43b1c534e5e779b5261327711178a5
Diffstat (limited to 'develop/print.html')
-rw-r--r-- | develop/print.html | 22 |
1 files changed, 1 insertions, 21 deletions
diff --git a/develop/print.html b/develop/print.html index 3bd2cbcae0..05a23b3cf3 100644 --- a/develop/print.html +++ b/develop/print.html @@ -11172,11 +11172,7 @@ stream_writers: </code></pre> <p>An example for a stream writer instance:</p> <pre><code class="language-yaml">worker_app: synapse.app.generic_worker -worker_name: event_persister1 - -# The replication listener on the main synapse process. -worker_replication_host: 127.0.0.1 -worker_replication_http_port: 9093 +worker_name: event_persister1 worker_listeners: - type: http @@ -11285,10 +11281,6 @@ to a dedicated worker, the shared configuration would include:</p> <pre><code class="language-yaml">worker_app: synapse.app.generic_worker worker_name: background_worker -# The replication listener on the main synapse process. -worker_replication_host: 127.0.0.1 -worker_replication_http_port: 9093 - worker_log_config: /etc/matrix-synapse/background-worker-log.yaml </code></pre> <h4 id="updating-the-user-directory"><a class="header" href="#updating-the-user-directory">Updating the User Directory</a></h4> @@ -11357,10 +11349,6 @@ pusher_instances: <pre><code class="language-yaml">worker_app: synapse.app.pusher worker_name: pusher_worker1 -# The replication listener on the main synapse process. -worker_replication_host: 127.0.0.1 -worker_replication_http_port: 9093 - worker_log_config: /etc/matrix-synapse/pusher-worker-log.yaml </code></pre> <h3 id="synapseappappservice"><a class="header" href="#synapseappappservice"><code>synapse.app.appservice</code></a></h3> @@ -11393,10 +11381,6 @@ federation_sender_instances: <pre><code class="language-yaml">worker_app: synapse.app.federation_sender worker_name: federation_sender1 -# The replication listener on the main synapse process. -worker_replication_host: 127.0.0.1 -worker_replication_http_port: 9093 - worker_log_config: /etc/matrix-synapse/federation-sender-log.yaml </code></pre> <h3 id="synapseappmedia_repository"><a class="header" href="#synapseappmedia_repository"><code>synapse.app.media_repository</code></a></h3> @@ -11423,10 +11407,6 @@ expose the <code>media</code> resource. For example:</p> <pre><code class="language-yaml">worker_app: synapse.app.media_repository worker_name: media_worker -# The replication listener on the main synapse process. -worker_replication_host: 127.0.0.1 -worker_replication_http_port: 9093 - worker_listeners: - type: http port: 8085 |