Laxer status policy

This commit is contained in:
Pieter Vander Vennet 2024-07-27 11:36:01 +02:00
parent dbf8f32c8d
commit 9a4572cdfa

View file

@ -174,7 +174,7 @@
const timediffSec = (new Date().getTime() - lastUpdate.getTime()) / 1000
const timediffDays = timediffSec / (60 * 60 * 26)
if (timediffDays > 7) {
if (timediffDays > 30) {
return "degraded"
}