1
0
Fork 0

make communication faster between server and client

main
Kim - DG9VH 4 years ago
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…
Cancel
Save