mirror of
https://gitcode.com/JianFeeeee/TrulyMEM-TrueHumanMEM.git
synced 2026-09-20 08:58:15 +00:00
fix: _handle_set_settings 补齐 task_query_max;更新所有用户 config.json 同步限制值
This commit is contained in:
@ -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:
|
||||
|
||||
Reference in New Issue
Block a user