From 61a0940aebc536235adfc4e3e6d73aaad3acfca8 Mon Sep 17 00:00:00 2001 From: Zhaofeng Li Date: Mon, 8 May 2023 13:01:16 -0600 Subject: [PATCH] gha-cache: Remove done TODO --- gha-cache/src/api.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/gha-cache/src/api.rs b/gha-cache/src/api.rs index 4a5f828..3a3b1d7 100644 --- a/gha-cache/src/api.rs +++ b/gha-cache/src/api.rs @@ -323,7 +323,6 @@ impl Api { where S: AsyncRead + Unpin + Send, { - // TODO: Parallelize let mut offset = 0; let mut futures = Vec::new(); loop {