From fab918db79b7550939c46da51d8d7535fd98be42 Mon Sep 17 00:00:00 2001 From: simon Date: Sun, 26 Sep 2021 12:01:51 +0700 Subject: [PATCH] setting limit_count default to false after implementing dynamic dl queue --- tubearchivist/home/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tubearchivist/home/config.json b/tubearchivist/home/config.json index 8b4bb3b..42c71e8 100644 --- a/tubearchivist/home/config.json +++ b/tubearchivist/home/config.json @@ -11,7 +11,7 @@ "channel_size": 50 }, "downloads": { - "limit_count": 5, + "limit_count": false, "limit_speed": false, "sleep_interval": 3, "format": false,