同步默认运行策略不限流

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
+1 -1
View File
@@ -67,6 +67,6 @@ SET name = EXCLUDED.name,
updated_at = now();
UPDATE model_runtime_policy_sets
SET description = '默认包含 TPM/RPM/并发平台内调用重试、自动禁用和优先级降级关键词'
SET description = '默认 TPM/RPM/并发均不限制,仅保留平台内调用重试、自动禁用和优先级降级策略'
WHERE policy_key = 'default-runtime-v1'
AND description = '默认包含 TPM/RPM/并发、失败重试、自动禁用和优先级降级关键词。';