Add an 11 hour alert to test the alert system
This commit is contained in:
parent
45233bd989
commit
3c8c3173e6
1 changed files with 4 additions and 0 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue