feat: 配置列表分页与钉钉机器人分钟级排队限流
统一 sources/templates/channels/rules 列表为分页响应,避免配置增多时全量返回;按钉钉 access_token 限制每分钟发送并在超限时等待下一分钟,降低触发官方封禁风险。 Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -25,6 +25,8 @@ smtp:
|
||||
|
||||
rate_limit:
|
||||
default: 100
|
||||
# 钉钉自定义机器人官方上限 20/分钟,超限封 10 分钟;本地默认 18 留余量
|
||||
dingtalk_per_min: 18
|
||||
|
||||
logbull:
|
||||
host: "https://log.516886.xyz"
|
||||
|
||||
Reference in New Issue
Block a user