1
0
Fork 0

make communication faster between server and client

This commit is contained in:
Kim - DG9VH 2020-11-11 22:30:28 +01:00
parent 25a05212a1
commit 255c65f84d

View file

@ -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: