Merge pull request #726 from DaydreamCoding/feat/dual-mode-umq

feat(gateway): 双模式用户消息队列 — 串行队列 + 软性限速
This commit is contained in:
Wesley Liddick
2026-03-03 08:41:34 +08:00
committed by GitHub
21 changed files with 1099 additions and 15 deletions

View File

@@ -675,6 +675,7 @@ export interface Account {
base_rpm?: number | null
rpm_strategy?: string | null
rpm_sticky_buffer?: number | null
user_msg_queue_mode?: string | null // "serialize" | "throttle" | null
// TLS指纹伪装仅 Anthropic OAuth/SetupToken 账号有效)
enable_tls_fingerprint?: boolean | null