update how often to check for config

This commit is contained in:
Kameron Kenny 2024-10-20 15:02:51 -04:00
parent 3eccc517ca
commit 3064c91f3d
No known key found for this signature in database
GPG Key ID: E5006629839D2276
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ _CLIENT_CONFIG = {
'version': '_VERSION' 'version': '_VERSION'
}, },
'config_check': { 'config_check': {
'cycles': 1 'cycles': 4
}, },
'dryrun': True, 'dryrun': True,
'retry': { 'retry': {