mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-07 01:14:15 +02:00
[core] updates check interval default to 5 minutes
This commit is contained in:
@@ -18,7 +18,7 @@ class CoreConfigManager(YAMLConfigManager):
|
||||
},
|
||||
'locale': None,
|
||||
'updates': {
|
||||
'check_interval': 30,
|
||||
'check_interval': 5,
|
||||
'ask_for_reboot': True
|
||||
},
|
||||
'system': {
|
||||
|
||||
Reference in New Issue
Block a user