mirror of
https://github.com/Nezumi-2711/astrbot_plugin_qq_group_daily_analysis.git
synced 2026-09-22 05:31:52 +00:00
[v4.8.0] - perf(concurrency): 实现群聊分析任务锁及全局资源并发限流控制,增强重试管理器
This commit is contained in:
+3
-3
@@ -410,7 +410,7 @@
|
||||
"type": "int",
|
||||
"description": "最大活跃任务数(任务总闸)",
|
||||
"default": 2,
|
||||
"hint": "限制同时有多少个分析任务正在进行。主要用于【保护服务器内存和 IO】,防止瞬间读取过多群聊记录导致程序崩溃(OOM)。"
|
||||
"hint": "限制同时有多少个群聊分析任务正在进行。主要用于【保护服务器内存和 IO】,防止瞬间读取过多群聊记录导致程序崩溃(OOM)。"
|
||||
},
|
||||
"max_concurrent_llm": {
|
||||
"type": "int",
|
||||
@@ -420,9 +420,9 @@
|
||||
},
|
||||
"max_concurrent_t2i": {
|
||||
"type": "int",
|
||||
"description": "最大渲染并发数(物理资源闸口)",
|
||||
"description": "最大 T2I渲染并发数",
|
||||
"default": 1,
|
||||
"hint": "限制同时开启的浏览器画图进程数。由于渲染图片极其消耗【CPU 和内存】,如果您的服务器只有 1-2G 内存,请务必保持为 1。"
|
||||
"hint": "限制同时开启的 T2I 渲染进程数。"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user