We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba2d960 commit 1e5c054Copy full SHA for 1e5c054
b2sdk/transfer/inbound/downloader/parallel.py
@@ -318,7 +318,6 @@ def download_first_part(
318
bytes_read += len(to_write)
319
if stop:
320
break
321
- before_read = perf_counter_ns()
322
323
# since we got everything we need from original response, close the socket and free the buffer
324
# to avoid a timeout exception during hashing and other trouble
0 commit comments