Stop the Spam! #502

Merged
muellerr merged 4 commits from stop-the-spam into develop 2023-03-21 13:46:49 +01:00
Showing only changes of commit 2f5ec84237 - Show all commits

View File

@ -178,7 +178,7 @@ void AcsController::performSafe() {
safeCtrlFailureFlag = true;
}
safeCtrlFailureCounter++;
if (safeCtrlFailureCounter > 50) {
if (safeCtrlFailureCounter > 150) {
safeCtrlFailureFlag = false;
safeCtrlFailureCounter = 0;
}