chore: increase admin dedupe window (#12218)

This commit is contained in:
Max Deichmann
2026-02-23 18:00:30 +01:00
committed by GitHub
parent 1bf610ec82
commit bbd2091944
+1 -1
View File
@@ -9,7 +9,7 @@ type AdminAccessWebhookPayload = {
region: string;
};
const DEDUPE_WINDOW_MS = 60_000;
const DEDUPE_WINDOW_MS = 5 * 60_000;
const lastWebhookByKey = new Map<string, number>();
export const resetAdminAccessWebhookCacheForTests = () => {