1
0

Milliseconds!!!!

This commit is contained in:
David Robertson
2023-01-25 15:27:18 +00:00
parent 840ba65d92
commit 5d8486d43e
+3 -3
View File
@@ -103,9 +103,9 @@ class TransportLayerClient:
path=path,
args={"event_id": event_id},
# This can take a looooooong time for large rooms. Give this a generous
# timeout, to avoid the partial state resync timing out early and trying
# a bunch of servers who haven't see our join yet.
timeout=600,
# timeout of 10 minutes to avoid the partial state resync timing out early
# and trying a bunch of servers who haven't seen our join yet.
timeout=600_000,
parser=_StateParser(room_version),
)