Unverified Commit b7df7ce5 authored by Wesley Liddick's avatar Wesley Liddick Committed by GitHub
Browse files

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

feat(gateway): 双模式用户消息队列 — 串行队列 + 软性限速
parents 405829dc a9285b8a
......@@ -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
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment