Clarify confusing wording.

pull/8369/head
Patrick Cloke 2020-09-25 08:45:16 -04:00
parent 82d167b68e
commit 0c9e9703b1
1 changed files with 3 additions and 2 deletions

View File

@ -306,8 +306,9 @@ stream_writers:
#### Background tasks #### Background tasks
There is also *experimental* support for moving background tasks to a separate There is also *experimental* support for moving background tasks to a separate
worker. These are either run periodically or started via replication and which worker. Background tasks are run periodically or started via replication. Exactly
tasks are run depend on your Synapse configuration (e.g. if stats is enabled). which tasks are configured to run depends on your Synapse configuration (e.g. if
stats is enabled).
To enable this, the worker must have a `worker_name` and be listed in the To enable this, the worker must have a `worker_name` and be listed in the
`instance_map` config. For example, to move background tasks to a dedicated `instance_map` config. For example, to move background tasks to a dedicated