fix:参数fix

This commit is contained in:
SengokuCola
2025-03-31 23:28:14 +08:00
parent 6f3cc2cb55
commit 23cd66843a
2 changed files with 2 additions and 1 deletions

View File

@@ -315,7 +315,7 @@ class LLMStatistics:
"""控制台输出循环每5分钟输出一次最近1小时的统计"""
while self.running:
# 等待5分钟
for _ in range(30): # 5分钟 = 300秒
for _ in range(300): # 5分钟 = 300秒
if not self.running:
break
time.sleep(1)