Showing
1 changed file
with
1 additions
and
1 deletions
@@ -64,7 +64,7 @@ module.exports = (req, res, next) => { | @@ -64,7 +64,7 @@ module.exports = (req, res, next) => { | ||
64 | Promise.all([ | 64 | Promise.all([ |
65 | limiter(userAgent, captchaPolicy, context), | 65 | limiter(userAgent, captchaPolicy, context), |
66 | limiter(ip, captchaPolicy, context), | 66 | limiter(ip, captchaPolicy, context), |
67 | - limiter(qpsLimiter, captchaPolicy, context), | 67 | + limiter(qpsLimiter, captchaPolicy, context) |
68 | //limiter(asynchronous, captchaPolicy, context) | 68 | //limiter(asynchronous, captchaPolicy, context) |
69 | // limiter(fakerLimiter, reporterPolicy, context) | 69 | // limiter(fakerLimiter, reporterPolicy, context) |
70 | ]).then((results) => { | 70 | ]).then((results) => { |
-
Please register or login to post a comment