fix: _handle_set_settings 补齐 task_query_max;更新所有用户 config.json 同步限制值

This commit is contained in:
root
2026-04-28 20:33:48 +08:00
parent 3de418b7e8
commit 4901d3882f

View File

@ -456,7 +456,9 @@ class BackendServer:
limits_keys = [
"persona_update_max",
"task_update_max",
"memory_query_max", "memory_update_max"
"task_query_max",
"memory_query_max",
"memory_update_max",
]
for key in limits_keys:
if key in tool_limits: