From a9c5d91e565b09046a88bdc7f949614eb10acd31 Mon Sep 17 00:00:00 2001 From: ykxiao Date: Sat, 5 Jul 2025 16:58:28 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=AF=B7=E6=B1=82=E9=80=9F?= =?UTF-8?q?=E7=8E=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/index.js b/config/index.js index a0bbf74..8816379 100644 --- a/config/index.js +++ b/config/index.js @@ -17,7 +17,7 @@ module.exports = { }, rateLimit: { windowMs: 15 * 60 * 1000, // 15分钟 - max: 100 // 每个IP限制100个请求 + max: 10000 // 每个IP限制10000个请求 }, redis: { url: process.env.REDIS_URL || 'redis://localhost:6379',