[arch] improvement -> pacman as the default downloader for repository packages

This commit is contained in:
Vinicius Moreira
2020-08-11 11:34:23 -03:00
parent 31b67a32b7
commit a0fbf52ad4
2 changed files with 2 additions and 1 deletions

View File

@@ -11,6 +11,6 @@ def read_config(update_file: bool = False) -> dict:
"refresh_mirrors_startup": False,
"sync_databases_startup": True,
'mirrors_sort_limit': 5,
'repositories_mthread_download': True,
'repositories_mthread_download': False,
'automatch_providers': True}
return read(CONFIG_FILE, template, update_file=update_file)