docs: unknown config entry <show_limit_quota_header> in ai-token-ratelimit plugin (#3241)

This commit is contained in:
qshuai
2026-01-10 11:07:43 +08:00
committed by jingze
parent fc600f204a
commit ee6bb11730
2 changed files with 0 additions and 2 deletions

View File

@@ -83,7 +83,6 @@ global_threshold:
token_per_minute: 1000 # 自定义规则组每分钟1000个token
redis:
service_name: redis.static
show_limit_quota_header: true
```
### 识别请求参数 apikey进行区别限流

View File

@@ -89,7 +89,6 @@ global_threshold:
token_per_minute: 1000 # 1000 tokens per minute for the custom rule group
redis:
service_name: redis.static
show_limit_quota_header: true
```
### Identify request parameter apikey for differentiated rate limiting