diff --git a/email-notifications.js b/email-notifications.js index a78ea36..2c5e069 100644 --- a/email-notifications.js +++ b/email-notifications.js @@ -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;