fix stipend backoff: add stipendBackoffSeconds init to Default state (hunt state runs too late)
Some checks failed
/ test (push) Failing after 15s

This commit is contained in:
Erik 2026-04-06 14:18:56 +02:00
parent e75edcbfa1
commit b0ffac3c66
2 changed files with 40 additions and 1 deletions

View file

@ -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]}