Consistency

This commit is contained in:
Mark Qvist
2026-01-06 17:30:56 +01:00
parent de1358be8b
commit 51d1d9fbfd
2 changed files with 16 additions and 16 deletions
+1 -1
View File
@@ -882,7 +882,7 @@ class Resource:
if self.received_count == self.total_parts and not self.assembly_lock:
self.assembly_lock = True
self.assemble()
threading.Thread(target=self.assemble, daemon=True).start()
elif self.outstanding_parts == 0:
# TODO: Figure out if there is a mathematically
# optimal way to adjust windows