diff options
author | Andrew Morgan <1342360+anoadragon453@users.noreply.github.com> | 2022-05-16 18:31:12 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-16 17:31:12 +0000 |
commit | 6d8d1218dde7c265dadf723cf9955d2c2fc77df9 (patch) | |
tree | 360712a9d9058dbebfaa85deb1aadcba3407c9ba /docs | |
parent | Revert "changelog" (diff) | |
download | synapse-6d8d1218dde7c265dadf723cf9955d2c2fc77df9.tar.xz |
Fix typo in name of 'run_background_tasks_on' option in config manual (#12749)
Diffstat (limited to 'docs')
-rw-r--r-- | docs/usage/configuration/config_documentation.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/usage/configuration/config_documentation.md b/docs/usage/configuration/config_documentation.md index f0bf13976d..3e2031f08a 100644 --- a/docs/usage/configuration/config_documentation.md +++ b/docs/usage/configuration/config_documentation.md @@ -3454,7 +3454,7 @@ stream_writers: typing: worker1 ``` --- -Config option: `run_background_task_on` +Config option: `run_background_tasks_on` The worker that is used to run background tasks (e.g. cleaning up expired data). If not provided this defaults to the main process. |