mirror of
https://github.com/dg9vh/MMDVMHost-Websocketboard.git
synced 2026-01-03 07:00:05 +01:00
make communication faster between server and client
This commit is contained in:
parent
25a05212a1
commit
255c65f84d
|
|
@ -70,7 +70,7 @@ def view_log(websocket, path):
|
|||
content = conv.convert(content, full=False)
|
||||
yield from websocket.send(content)
|
||||
else:
|
||||
yield from asyncio.sleep(1)
|
||||
yield from asyncio.sleep(0.2)
|
||||
|
||||
except ValueError as e:
|
||||
try:
|
||||
|
|
|
|||
Loading…
Reference in a new issue