[web] improvement -> environment.cache_exp in hours instead of minutes

This commit is contained in:
Vinicius Moreira
2020-12-30 15:25:08 -03:00
parent 156dd9c61b
commit 10f57efe50
12 changed files with 14 additions and 14 deletions

View File

@@ -12,7 +12,7 @@ class WebConfigManager(YAMLConfigManager):
'environment': {
'system': False,
'electron': {'version': None},
'cache_exp': 1440
'cache_exp': 24
},
'suggestions': {
'cache_exp': 24