mirror of
https://github.com/NixOS/nix
synced 2025-07-04 15:31:47 +02:00
Improve progress indicator
This commit is contained in:
parent
e80257f122
commit
b01d62285c
26 changed files with 339 additions and 168 deletions
|
@ -13,7 +13,6 @@ struct DownloadRequest
|
|||
std::string uri;
|
||||
std::string expectedETag;
|
||||
bool verifyTLS = true;
|
||||
enum { yes, no, automatic } showProgress = yes;
|
||||
bool head = false;
|
||||
size_t tries = 5;
|
||||
unsigned int baseRetryTimeMs = 250;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue