reasonable param

This commit is contained in:
2025-12-02 18:13:11 +08:00
parent bbef402356
commit d0c75dbd0a

View File

@@ -46,7 +46,7 @@ class TextReleaser:
"""
self.start_key = start_key
self.end_key = end_key
self.WAIT_TIME = 0.2 # sec/word in chinese
self.WAIT_TIME = 0.15 # sec/word in chinese
# Internal state for producer-consumer pattern
self._buffer: deque = deque() # stores (chunk, chunk_start_pos, chunk_end_pos)