Fix typo in name of 'run_background_tasks_on' option in config manual (#12749)
parent
3eafee629d
commit
6d8d1218dd
|
@ -0,0 +1 @@
|
||||||
|
Fix typo in 'run_background_tasks_on' option name in configuration manual documentation.
|
|
@ -3454,7 +3454,7 @@ stream_writers:
|
||||||
typing: worker1
|
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
|
The worker that is used to run background tasks (e.g. cleaning up expired
|
||||||
data). If not provided this defaults to the main process.
|
data). If not provided this defaults to the main process.
|
||||||
|
|
Loading…
Reference in New Issue