increased waiting time for ARQ SESSION file transfer

This commit is contained in:
dj2ls 2022-10-26 08:25:47 +02:00
parent 399177eca3
commit 9e312b3b3a

View file

@ -1559,8 +1559,9 @@ class DATA:
self.transmission_uuid = transmission_uuid
# wait a moment for the case, a heartbeat is already on the way back to us
# this makes channel establishment more clean
if static.ARQ_SESSION:
time.sleep(1.5)
time.sleep(2)
self.datachannel_timeout = False