summary refs log tree commit diff
path: root/docs/systemd-with-workers/workers/media_worker.yaml
diff options
context:
space:
mode:
authorDirk Klimpel <5740567+dklimpel@users.noreply.github.com>2023-07-07 10:09:41 +0200
committerGitHub <noreply@github.com>2023-07-07 08:09:41 +0000
commit677272caed43b1c534e5e779b5261327711178a5 (patch)
treeeb87afee956eb22c89b7192d478e66ced48f30cf /docs/systemd-with-workers/workers/media_worker.yaml
parentRemove `worker_replication_*` deprecated settings, with helpful errors on sta... (diff)
downloadsynapse-677272caed43b1c534e5e779b5261327711178a5.tar.xz
Remove `worker_replication_*` settings from worker doc (#15872)
Co-authored-by: Mathieu Velten <mathieuv@matrix.org>
Diffstat (limited to 'docs/systemd-with-workers/workers/media_worker.yaml')
-rw-r--r--docs/systemd-with-workers/workers/media_worker.yaml4
1 files changed, 0 insertions, 4 deletions
diff --git a/docs/systemd-with-workers/workers/media_worker.yaml b/docs/systemd-with-workers/workers/media_worker.yaml

index 8ad046f11a..6491959845 100644 --- a/docs/systemd-with-workers/workers/media_worker.yaml +++ b/docs/systemd-with-workers/workers/media_worker.yaml
@@ -1,10 +1,6 @@ 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