Ensure waiting after sync failure before retrying
This commit is contained in:
parent
54b5f7b8f2
commit
2a772e5f54
|
@ -350,7 +350,7 @@ class MatrixClient(nio.AsyncClient):
|
|||
else:
|
||||
LoopException(str(err), err, trace)
|
||||
|
||||
await asyncio.sleep(2)
|
||||
await asyncio.sleep(5)
|
||||
|
||||
|
||||
async def get_server_config(self) -> int:
|
||||
|
|
Loading…
Reference in New Issue
Block a user