From 45d0c87adb08a3f9091a0460053f77a1da406fed Mon Sep 17 00:00:00 2001 From: tone Date: Fri, 19 Dec 2025 19:56:24 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=B7=BB=E5=8A=A0=E9=BB=98=E8=AE=A4?= =?UTF-8?q?=E9=99=90=E6=B5=81=E8=A7=84=E5=88=99=E5=90=8D=E7=A7=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/backend/src/app.module.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/backend/src/app.module.ts b/apps/backend/src/app.module.ts index de0d310..41500f6 100644 --- a/apps/backend/src/app.module.ts +++ b/apps/backend/src/app.module.ts @@ -34,6 +34,7 @@ import { CommonModule } from './common/common.module'; ignoreUserAgents: [/googlebot/i, /bingbot/i], throttlers: [ { + name: '1_min', limit: 100, ttl: 60000, // 1 minute },