From ef4c3d1cf3bd37cfe2e5ef47d635b5b980266a3e Mon Sep 17 00:00:00 2001 From: RandomNinjaAtk Date: Mon, 21 Nov 2022 06:41:14 -0500 Subject: [PATCH] Adjust queueConcurrency to 1 --- root/scripts/deemix_config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/root/scripts/deemix_config.json b/root/scripts/deemix_config.json index 265ea1f..d491c8d 100644 --- a/root/scripts/deemix_config.json +++ b/root/scripts/deemix_config.json @@ -15,7 +15,7 @@ "padTracks": true, "paddingSize": "0", "illegalCharacterReplacer": "_", - "queueConcurrency": 6, + "queueConcurrency": 1, "maxBitrate": "3", "feelingLucky": false, "fallbackBitrate": true,