feat: 添加默认限流规则名称

This commit is contained in:
2025-12-19 19:56:24 +08:00
parent 7409d1622d
commit 45d0c87adb

View File

@@ -34,6 +34,7 @@ import { CommonModule } from './common/common.module';
ignoreUserAgents: [/googlebot/i, /bingbot/i], ignoreUserAgents: [/googlebot/i, /bingbot/i],
throttlers: [ throttlers: [
{ {
name: '1_min',
limit: 100, limit: 100,
ttl: 60000, // 1 minute ttl: 60000, // 1 minute
}, },