[feature] axel support for multithreaded downloads

This commit is contained in:
Vinícius Moreira
2020-05-27 16:18:53 -03:00
parent cec0c06e4f
commit 7aa133be2a
18 changed files with 139 additions and 45 deletions

View File

@@ -44,6 +44,7 @@ def read_config(update_file: bool = False) -> dict:
},
'download': {
'multithreaded': True,
'multithreaded_client': None,
'icons': True
},
'store_root_password': True,