更新 __init__.py

This commit is contained in:
jxxghp
2026-03-23 19:18:25 +08:00
committed by GitHub
parent 4bc67dc816
commit 63bbec5db4

View File

@@ -37,7 +37,7 @@ class StreamingHandler:
"""
# 流式输出的刷新间隔(秒)
FLUSH_INTERVAL = 3.0
FLUSH_INTERVAL = 1.0
def __init__(self):
self._lock = threading.Lock()