Add download/request speed limiter (#250)

This commit is contained in:
bytedream 2023-12-10 02:52:42 +01:00
parent f9e431e181
commit be3248a4f9
9 changed files with 230 additions and 76 deletions

View file

@ -242,7 +242,7 @@ impl Execute for Archive {
format.visual_output(&path);
downloader.download(&ctx, &path).await?
downloader.download(&path).await?
}
}