Add an 11 hour alert to test the alert system

This commit is contained in:
zontreck 2024-06-09 12:31:41 -07:00
parent 45233bd989
commit 3c8c3173e6

View file

@ -59,6 +59,10 @@ enum WarnIntervals {
seconds: (2 * 60 * 60),
type: WarnType.NonIntrusive,
warning: "The server will restart in 2 hours"),
ELEVEN_HOURS(
seconds: (11 * 60 * 60),
type: WarnType.NonIntrusive,
warning: "The server will restart in 11 hours"),
NONE(
seconds: 2147483647,
type: WarnType.NonIntrusive,