fix stipend backoff: add stipendBackoffSeconds init to Default state (hunt state runs too late)
Some checks failed
/ test (push) Failing after 15s
Some checks failed
/ test (push) Failing after 15s
This commit is contained in:
parent
e75edcbfa1
commit
b0ffac3c66
2 changed files with 40 additions and 1 deletions
|
|
@ -192,6 +192,8 @@ STATE: {Default} ~~ {
|
|||
DO: DoExpr {setvar[bellaJawRunRecoverAttempts, 0]}
|
||||
IF: Not Expr {testvar[bellaBackoffSeconds]}
|
||||
DO: DoExpr {setvar[bellaBackoffSeconds, 86400]}
|
||||
IF: Not Expr {testvar[stipendBackoffSeconds]}
|
||||
DO: DoExpr {setvar[stipendBackoffSeconds, 86400]}
|
||||
IF: Not Expr {testvar[serviceCheckInterval]}
|
||||
DO: DoExpr {setvar[serviceCheckInterval, 43200]}
|
||||
IF: Not Expr {testvar[serviceClock]}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue