From f068bad45e2fa678961d89180acd522ce9dc4b4a Mon Sep 17 00:00:00 2001 From: Daniel Langbein Date: Fri, 13 Jan 2023 09:01:25 +0100 Subject: [PATCH] add TODO --- src/p1st/exec_consume_chunks.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/p1st/exec_consume_chunks.py b/src/p1st/exec_consume_chunks.py index a63fcff..5719a32 100644 --- a/src/p1st/exec_consume_chunks.py +++ b/src/p1st/exec_consume_chunks.py @@ -73,6 +73,7 @@ def _stdin_worker(queue_get: Queue.get, binary_stdin.write(chunk) # binary_stdin.flush() # TODO: is this required? + # TODO: print total transfer speed and last chunk transfer speed current_time = time.time() elapsed_time = current_time - start_time transferred_bytes += len(chunk)