diff options
author | Dirk Klimpel <5740567+dklimpel@users.noreply.github.com> | 2022-04-14 14:09:07 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-14 13:09:07 +0100 |
commit | a743f7d33ebbd383fbe9bf70e024db79525d891c (patch) | |
tree | 8dd77a43ef4ee20822c7dbbaf5f655e08af8d43a /docs/workers.md | |
parent | Only send out device list updates for our own users (#12465) (diff) | |
download | synapse-a743f7d33ebbd383fbe9bf70e024db79525d891c.tar.xz |
Replace `federation_reader` with `generic_worker` in docs (#12457)
Diffstat (limited to 'docs/workers.md')
-rw-r--r-- | docs/workers.md | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/docs/workers.md b/docs/workers.md index caef44b614..446b7e5064 100644 --- a/docs/workers.md +++ b/docs/workers.md @@ -146,12 +146,10 @@ worker_replication_host: 127.0.0.1 worker_replication_http_port: 9093 worker_listeners: - - type: http - port: 8083 - resources: - - names: - - client - - federation + - type: http + port: 8083 + resources: + - names: [client, federation] worker_log_config: /home/matrix/synapse/config/worker1_log_config.yaml ``` |