mirror of
https://github.com/element-hq/synapse.git
synced 2026-09-25 17:43:48 +00:00
deploy: 1d7880b9cb
This commit is contained in:
@@ -4761,6 +4761,23 @@
|
||||
"worker1"
|
||||
]
|
||||
},
|
||||
"task_scheduler": {
|
||||
"type": "object",
|
||||
"description": "Configuration for the task scheduler.",
|
||||
"properties": {
|
||||
"max_concurrent_tasks": {
|
||||
"type": "integer",
|
||||
"minimum": 1,
|
||||
"description": "The maximum number of tasks that can run concurrently in the task scheduler. Setting this too high may swamp the database connection pool.",
|
||||
"default": 5
|
||||
}
|
||||
},
|
||||
"examples": [
|
||||
{
|
||||
"max_concurrent_tasks": 5
|
||||
}
|
||||
]
|
||||
},
|
||||
"update_user_directory_from_worker": {
|
||||
"type": [
|
||||
"string",
|
||||
|
||||
Reference in New Issue
Block a user