secret:主动发言

This commit is contained in:
SengokuCola
2025-03-28 10:59:22 +08:00
parent 94a554699e
commit 256bfcf5c2
8 changed files with 202 additions and 90 deletions

View File

@@ -223,7 +223,7 @@ class LLMStatistics:
logger.exception("统计数据处理失败")
# 等待5分钟
for _ in range(300): # 5分钟 = 300秒
for _ in range(30): # 5分钟 = 300秒
if not self.running:
break
time.sleep(1)