closes #2443, closes #2445

v1.18.x
Barış Soner Uşaklı 10 years ago
parent 2086ddf386
commit bea1d053b4

@ -5,7 +5,7 @@ var winston = require('winston');
var ratelimit = {};
var allowedCallsPerSecond = 10;
var allowedCallsPerSecond = 20;
ratelimit.isFlooding = function(socket) {
@ -32,4 +32,4 @@ ratelimit.isFlooding = function(socket) {
return false;
};
module.exports = ratelimit;
module.exports = ratelimit;

Loading…
Cancel
Save