mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-09 20:04:15 +02:00
[arch][snap] improvement -> caching categories file for 24 hours
This commit is contained in:
@@ -3,5 +3,5 @@ from bauh.gems.snap import CONFIG_FILE
|
||||
|
||||
|
||||
def read_config(update_file: bool = False) -> dict:
|
||||
template = {'install_channel': False}
|
||||
template = {'install_channel': False, 'categories_exp': 24}
|
||||
return read(CONFIG_FILE, template, update_file=update_file)
|
||||
|
||||
Reference in New Issue
Block a user