Authored by 周少峰

format

@@ -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) => {