From af0e14b5794b980531a71c5781686491fe163d3d Mon Sep 17 00:00:00 2001 From: Sefinek Date: Fri, 21 Mar 2025 10:26:14 +0100 Subject: [PATCH] Update cron --- config.default.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.default.js b/config.default.js index ce4d736..7ed79d3 100644 --- a/config.default.js +++ b/config.default.js @@ -10,7 +10,7 @@ exports.CONFIG = { CYCLES: { // CRON: Schedule for running cron jobs for reporting to AbuseIPDB. - REPORT_SCHEDULE: '0 */2 * * *', + REPORT_SCHEDULE: '0 */3 * * *', // The minimum time (in hours) that must pass after reporting an IP address before it can be reported again. // The required time is >= 15 minutes, according to AbuseIPDB API limits. @@ -36,7 +36,7 @@ exports.CONFIG = { SECRET_TOKEN: '', // How often should the log (reported_ips.csv) be analyzed and sent to the Sefinek API? - REPORT_SCHEDULE: '0 */1 * * *', + REPORT_SCHEDULE: '0 */2 * * *', }, };