From 70986e30935471ce35be83ee29231bccb630273c Mon Sep 17 00:00:00 2001 From: Sefinek Date: Wed, 11 Sep 2024 02:05:35 +0200 Subject: [PATCH] 5 * 1000 --- config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.js b/config.js index c5028b6..f5dedab 100644 --- a/config.js +++ b/config.js @@ -21,6 +21,6 @@ const IP_REFRESH_INTERVAL = 80 * 60 * 1000; // 80m const REPORT_TO_SEFINEK_API = true; // How often should the log (reported_ips.csv) be analyzed and sent to the Sefinek API? -const SEFINEK_API_INTERVAL = process.env.NODE_ENV === 'production' ? 60 * 60 * 1000 : 4 * 1000; +const SEFINEK_API_INTERVAL = process.env.NODE_ENV === 'production' ? 60 * 60 * 1000 : 5 * 1000; module.exports = { CYCLE_INTERVAL, REPORTED_IP_COOLDOWN_MS, MAX_URL_LENGTH, SUCCESS_COOLDOWN_MS, IP_REFRESH_INTERVAL, REPORT_TO_SEFINEK_API, SEFINEK_API_INTERVAL }; \ No newline at end of file