mirror of
https://github.com/crunchy-labs/crunchy-cli.git
synced 2026-01-21 12:12:00 -06:00
Add download/request speed limiter (#250)
This commit is contained in:
parent
f9e431e181
commit
be3248a4f9
9 changed files with 230 additions and 76 deletions
|
|
@ -242,7 +242,7 @@ impl Execute for Archive {
|
|||
|
||||
format.visual_output(&path);
|
||||
|
||||
downloader.download(&ctx, &path).await?
|
||||
downloader.download(&path).await?
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue