mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-06-08 01:01:26 +08:00
Merge remote-tracking branch 'origin/v2' into v2
This commit is contained in:
@@ -37,7 +37,7 @@ class StreamingHandler:
|
|||||||
"""
|
"""
|
||||||
|
|
||||||
# 流式输出的刷新间隔(秒)
|
# 流式输出的刷新间隔(秒)
|
||||||
FLUSH_INTERVAL = 3.0
|
FLUSH_INTERVAL = 1.0
|
||||||
|
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
self._lock = threading.Lock()
|
self._lock = threading.Lock()
|
||||||
|
|||||||
Reference in New Issue
Block a user