This commit is contained in:
Sefinek 2024-08-29 13:58:56 +02:00
parent 22ef400b54
commit dd58b7729e
2 changed files with 2 additions and 2 deletions

View file

@ -9,7 +9,7 @@ const formatDelay = require('./scripts/formatDelay.js');
const log = require('./scripts/log.js');
const MAIN_DELAY = process.env.NODE_ENV === 'production'
? 4 * 60 * 60 * 1000
? 3 * 60 * 60 * 1000
: 8 * 1000;
const REPORTED_IP_COOLDOWN_MS = 7 * 60 * 60 * 1000;

View file

@ -3,7 +3,7 @@ const query = `query ListFirewallEvents($zoneTag: string, $filter: FirewallEvent
zones(filter: { zoneTag: $zoneTag }) {
firewallEventsAdaptive(
filter: $filter,
limit: 700,
limit: 800,
orderBy: [datetime_DESC]
) {
action