/
/
/
1{
2 "config_entries": {
3 "max_concurrent_tasks": {
4 "label": "Maximum number of concurrent background tasks",
5 "description": "Controls how many background tasks (e.g. filesystem syncs, playlist imports, metadata refreshes) can run simultaneously. A higher value allows more tasks to run in parallel but increases resource usage. Default: 2."
6 }
7 },
8 "background_task": {},
9 "manifest": {
10 "name": "Background tasks",
11 "description": "Configuration of the core module that manages long running scheduled, user and system tasks."
12 }
13}
14