Skip to content

Commit f8a0741

Browse files
committed
<= -> <
1 parent 652d231 commit f8a0741

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/src/service/infrastructure/statusService.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ class StatusService {
158158
statusChanged = true;
159159
}
160160
// If the failure rate is below the threshold and the monitor is down, recover:
161-
else if (failureRate <= monitor.statusWindowThreshold && monitor.status === false) {
161+
else if (failureRate < monitor.statusWindowThreshold && monitor.status === false) {
162162
newStatus = true;
163163
statusChanged = true;
164164
}

0 commit comments

Comments
 (0)