[core] updates check interval default to 5 minutes

This commit is contained in:
Vinicius Moreira
2022-03-09 09:36:53 -03:00
parent d0b4060739
commit 79488dd79f
3 changed files with 3 additions and 3 deletions

View File

@@ -18,7 +18,7 @@ class CoreConfigManager(YAMLConfigManager):
},
'locale': None,
'updates': {
'check_interval': 30,
'check_interval': 5,
'ask_for_reboot': True
},
'system': {