Update main.py

This commit is contained in:
evilmonkeydiaz 2024-08-17 18:02:48 -07:00
parent 2097a7adfa
commit e4fa9723ba

View file

@ -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'
}