fix(conf): 增强服务稳定性

This commit is contained in:
SXP-Simon
2026-04-04 19:40:30 +08:00
parent 3a9170449c
commit 5375659769
+1 -1
View File
@@ -520,7 +520,7 @@
"stagger_seconds": {
"type": "int",
"description": "多群分析交错间隔(秒)",
"default": 10,
"default": 30,
"hint": "当同时启动多个群组的定时分析任务时,每个任务之间的延迟间隔(秒),建议根据实际的 LLM 服务速度填写,过短可能导致请求堆积,过长则分析效率降低。"
}
}