Reduce sleep to 100ms
This commit is contained in:
parent
49facd781f
commit
cdf9e1f064
1 changed files with 1 additions and 1 deletions
|
|
@ -606,7 +606,7 @@ class Stenograph(ThreadedStenotypeBase):
|
|||
if response.data_length and state.realtime:
|
||||
for stroke in response.strokes():
|
||||
self._on_stroke(stroke)
|
||||
sleep(0.15)
|
||||
sleep(0.10)
|
||||
|
||||
self._machine.disconnect()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue