change ratelimit logging message
This commit is contained in:
parent
dc3f004019
commit
1deb1fc071
@ -295,7 +295,7 @@ function increaseIndividualCall(url, req) {
|
|||||||
}
|
}
|
||||||
INDIVIDUAL_CALLS[ip][url]++;
|
INDIVIDUAL_CALLS[ip][url]++;
|
||||||
if (INDIVIDUAL_CALLS[ip][url] >= conf["max"]) {
|
if (INDIVIDUAL_CALLS[ip][url] >= conf["max"]) {
|
||||||
console.log(5, "ratelimiting someone on", url, INDIVIDUAL_CALLS[ip][url], conf["max"]);
|
console.log(3, "ratelimiting someone on", url, INDIVIDUAL_CALLS[ip][url], conf["max"],ip);
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
return true;
|
return true;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user