Authored by 周少峰

auto format

@@ -65,7 +65,8 @@ module.exports = (req, res, next) => { @@ -65,7 +65,8 @@ module.exports = (req, res, next) => {
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 +
  69 + // limiter(asynchronous, captchaPolicy, context)
69 // limiter(fakerLimiter, reporterPolicy, context) 70 // limiter(fakerLimiter, reporterPolicy, context)
70 ]).then((results) => { 71 ]).then((results) => {
71 let allPass = true, exclusion = false, policy = null; 72 let allPass = true, exclusion = false, policy = null;