[improvement][arch] new 'automatch_providers' settings

This commit is contained in:
Vinicius Moreira
2020-06-02 17:54:08 -03:00
parent b93fb63430
commit 157ec0e2c6
15 changed files with 65 additions and 12 deletions

View File

@@ -11,5 +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': True,
'automatch_providers': True}
return read(CONFIG_FILE, template, update_file=update_file)