mirror of
https://github.com/fosrl/pangolin.git
synced 2026-05-07 12:57:07 +00:00
Dont create alerts with 300 second cooldowns
This commit is contained in:
@@ -123,7 +123,7 @@ export default function UptimeAlertSection({
|
||||
name,
|
||||
eventType: siteId ? "site_toggle" : "resource_toggle",
|
||||
enabled: true,
|
||||
cooldownSeconds: 300,
|
||||
cooldownSeconds: 0, // default to 0 here because we dont want the extra confusion
|
||||
siteIds: siteId ? [siteId] : [],
|
||||
healthCheckIds: [],
|
||||
resourceIds: resourceId ? [resourceId] : [],
|
||||
|
||||
Reference in New Issue
Block a user