[v4.1.0] 群黑白名单机制;使用信号量(Semaphore)并发限制和弱引用字典(WeakValueDictionary)优化锁管理

This commit is contained in:
SXP-Simon
2025-11-23 13:29:12 +08:00
parent e5320969ee
commit 7132acdcb9
3 changed files with 7 additions and 3 deletions
+1 -1
View File
@@ -18,7 +18,7 @@
"max_concurrent_tasks": {
"type": "int",
"description": "自动分析最大并发数",
"default": 5,
"default": 3,
"hint": "同时进行的群聊分析任务数量,建议根据机器性能调整,过高可能导致LLM API RPM 超出限制,卡顿或被风控"
},
"max_messages": {