diff --git a/_conf_schema.json b/_conf_schema.json index 7d6c418..fe02b4a 100644 --- a/_conf_schema.json +++ b/_conf_schema.json @@ -520,7 +520,7 @@ "stagger_seconds": { "type": "int", "description": "多群分析交错间隔(秒)", - "default": 10, + "default": 30, "hint": "当同时启动多个群组的定时分析任务时,每个任务之间的延迟间隔(秒),建议根据实际的 LLM 服务速度填写,过短可能导致请求堆积,过长则分析效率降低。" } }