diff --git a/src/components/UptimeAlertSection.tsx b/src/components/UptimeAlertSection.tsx index e959c985b..791bb9ddd 100644 --- a/src/components/UptimeAlertSection.tsx +++ b/src/components/UptimeAlertSection.tsx @@ -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] : [],