feat: added librespotConcurrency, which determines the threadpool of librespot api processes

This commit is contained in:
Xoconoch
2025-08-29 09:32:37 -06:00
parent 41db454414
commit e777dbeba2
7 changed files with 119 additions and 12 deletions

View File

@@ -41,6 +41,7 @@ DEFAULT_MAIN_CONFIG = {
"saveCover": True,
"maxConcurrentDownloads": 3,
"utilityConcurrency": 1,
"librespotConcurrency": 2,
"maxRetries": 3,
"retryDelaySeconds": 5,
"retryDelayIncrease": 5,