Sort variables
This commit is contained in:
parent
d9edeb1e98
commit
d7b05484f5
1 changed files with 3 additions and 3 deletions
6
index.js
6
index.js
|
|
@ -9,10 +9,10 @@ const { logToCSV, readReportedIPs, wasImageRequestLogged } = require('./scripts/
|
|||
const formatDelay = require('./scripts/formatDelay.js');
|
||||
const log = require('./scripts/log.js');
|
||||
|
||||
const COOLDOWN_MS = 2000;
|
||||
const REPORTED_IP_COOLDOWN_MS = 7 * 60 * 60 * 1000;
|
||||
const MAX_URL_LENGTH = 2000;
|
||||
const MAIN_DELAY = process.env.NODE_ENV === 'production' ? 4 * 60 * 60 * 1000 : 8 * 1000;
|
||||
const REPORTED_IP_COOLDOWN_MS = 7 * 60 * 60 * 1000;
|
||||
const COOLDOWN_MS = 2000;
|
||||
const MAX_URL_LENGTH = 2000;
|
||||
|
||||
const fetchBlockedIPs = async () => {
|
||||
try {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue