mirror of
https://github.com/alexta69/metube.git
synced 2025-04-04 20:57:45 +03:00
Update main.py
This commit is contained in:
parent
2097a7adfa
commit
e4fa9723ba
1 changed files with 1 additions and 1 deletions
|
@ -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'
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue