Ensure waiting after sync failure before retrying

This commit is contained in:
miruka 2020-05-05 21:19:43 -04:00
parent 54b5f7b8f2
commit 2a772e5f54

View File

@ -350,7 +350,7 @@ class MatrixClient(nio.AsyncClient):
else: else:
LoopException(str(err), err, trace) LoopException(str(err), err, trace)
await asyncio.sleep(2) await asyncio.sleep(5)
async def get_server_config(self) -> int: async def get_server_config(self) -> int: