mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-10 06:34:15 +02:00
[web] improvement -> suggestions are cached in disk for 24 hours
This commit is contained in:
@@ -13,5 +13,8 @@ class WebConfigManager(YAMLConfigManager):
|
||||
'system': False,
|
||||
'electron': {'version': None},
|
||||
'cache_exp': 1440
|
||||
},
|
||||
'suggestions': {
|
||||
'cache_exp': 24
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user