From 4868c67b9ecfd6b15b28eb5211b5484b54af4430 Mon Sep 17 00:00:00 2001 From: kalugin66 Date: Wed, 28 Jan 2026 12:02:03 +0500 Subject: [PATCH] =?UTF-8?q?15=20=D0=BC=D0=B8=D0=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- email-notifications.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;