Skip to content

Commit

Permalink
tested
Browse files Browse the repository at this point in the history
  • Loading branch information
hannibal002 committed Oct 5, 2024
1 parent 6e5131e commit b382a45
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,6 @@ object UnknownLinesHandler {
}
}

// not tested
if (lastRecentAlarmWarning.passedSince() > 30.minutes) {
val recentAlarms = allUnknownLines.filter { it.firstFound.passedSince() < 6.seconds }
if (recentAlarms.size >= 5) {
Expand Down

0 comments on commit b382a45

Please sign in to comment.