Skip to content
Snippets Groups Projects
Commit cbf2f7c4 authored by Stephen D's avatar Stephen D
Browse files

bruh

parent ba072e3f
No related branches found
No related tags found
No related merge requests found
...@@ -360,7 +360,7 @@ async fn download_file_with_indirection(path: Url, tx: mpsc::Sender<String>) -> ...@@ -360,7 +360,7 @@ async fn download_file_with_indirection(path: Url, tx: mpsc::Sender<String>) ->
} }
Err(e) => { Err(e) => {
eprintln!("Error downloading {path}: {e} [Attempt {i}]"); eprintln!("Error downloading {path}: {e} [Attempt {i}]");
tokio::time::sleep(Duration::from_secs(2)); tokio::time::sleep(Duration::from_secs(2)).await;
} }
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment