同步默认运行策略不限流

This commit is contained in:
2026-05-29 20:22:44 +08:00
parent 2aeb47d6a5
commit a6f1be8f07
3 changed files with 8 additions and 3 deletions
@@ -0,0 +1,5 @@
UPDATE model_runtime_policy_sets
SET rate_limit_policy = '{"rules":[]}'::jsonb,
description = '默认 TPM/RPM/并发均不限制,仅保留失败重试、自动禁用和优先级降级策略。',
updated_at = now()
WHERE policy_key = 'default-runtime-v1';