Reduce default num subprocesses

The recent caching changes seem to have worsened the situation for me
This commit is contained in:
Tim Rae
2024-05-20 17:22:10 +02:00
committed by Tim Rae
parent 42ddaff7b9
commit bc75fbf779
2 changed files with 5 additions and 1 deletions

View File

@@ -13,3 +13,7 @@ spotify:
# uncomment this block if you want to sync all playlists in the account with some exceptions
#excluded_playlists:
# - spotify:playlist:1ABCDEqsABCD6EaABCDa0a
# number of concurrent subprocesses when searching tracks in a playlist.
# increasing this value can improve sync speed, but may increase 429 errors
subprocesses: 25