Update
This commit is contained in:
parent
22ef400b54
commit
dd58b7729e
2 changed files with 2 additions and 2 deletions
2
index.js
2
index.js
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue