mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-07 01:14:15 +02:00
[improvement][aur] synchronizing the package databases once a day
This commit is contained in:
@@ -3,5 +3,5 @@ from bauh.gems.arch import CONFIG_FILE
|
||||
|
||||
|
||||
def read_config(update_file: bool = False) -> dict:
|
||||
template = {'optimize': True, 'transitive_checking': True}
|
||||
template = {'optimize': True, 'transitive_checking': True, "sync_databases": True}
|
||||
return read(CONFIG_FILE, template, update_file=update_file)
|
||||
|
||||
Reference in New Issue
Block a user