increase polling interval to 60 seconds

This commit is contained in:
x032205
2025-10-13 10:53:44 -04:00
parent 74442eff0c
commit 170d0e1739

View File

@@ -47,7 +47,7 @@ export const healthAlertServiceFactory = ({
{
batchSize: 1,
workerCount: 1,
pollingIntervalSeconds: 1
pollingIntervalSeconds: 60
}
);