From e4fa9723ba65e1fcf732bd0364f6c3b8c2f5c33d Mon Sep 17 00:00:00 2001 From: evilmonkeydiaz Date: Sat, 17 Aug 2024 18:02:48 -0700 Subject: [PATCH] Update main.py --- app/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/main.py b/app/main.py index 77e7ecf..d3791e0 100644 --- a/app/main.py +++ b/app/main.py @@ -34,7 +34,7 @@ class Config: 'PORT': '8081', 'BASE_DIR': '', 'DEFAULT_THEME': 'auto', - 'DOWNLOAD_MODE': 'sequential', # Can be 'sequential', 'concurrent', or 'limited' + 'DOWNLOAD_MODE': 'concurrent', # Can be 'sequential', 'concurrent', or 'limited' 'MAX_CONCURRENT_DOWNLOADS': 3, # Used if DOWNLOAD_MODE is 'limited' }