mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-09 10:54:16 +02:00
[web] improvement -> environment settings being cached for 24 hours
This commit is contained in:
@@ -6,7 +6,8 @@ def read_config(update_file: bool = False) -> dict:
|
||||
default_config = {
|
||||
'environment': {
|
||||
'system': False,
|
||||
'electron': {'version': None}
|
||||
'electron': {'version': None},
|
||||
'cache_exp': 1440
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user