alert prototype: set default "after" to -600 (#18025)
Ilya Mashchenko committed
Jun 27, 2024 at 14:54 UTC
d7769900cf175b506a195e9ddf65d6dd845221c2
1 file changed
+1
-1
src/health/schema.d/health%3Aalert%3Aprototype.json
+1
-1
@@ -122,7 +122,7 @@
122
},
123
"after": {
124
"type": "integer",
125
- "default": 0,
125
+ "default": -600,
126
"title": "From",
127
"description": "Relative to 'To'"
128
},