15 мин

This commit is contained in:
2026-01-28 12:02:03 +05:00
parent eb03509c26
commit 4868c67b9e

View File

@@ -6,7 +6,7 @@ class EmailNotifications {
this.transporter = null;
this.initialized = false;
this.notificationCooldown = 12 * 60 * 60 * 1000; // 12 часов в миллисекундах
this.spamBlockCooldown = 60 * 60 * 1000; // 60 минут при блокировке спама
this.spamBlockCooldown = 15 * 60 * 1000; // 60 минут при блокировке спама
this.spamBlockedUntil = null;
this.isSpamBlocked = false;
this.maxRetries = 3;