mirror of
https://github.com/NixOS/nix.git
synced 2025-11-11 04:56:01 +01:00
Fix one more 'will'
This commit is contained in:
parent
e565571f69
commit
b8e8214d5f
1 changed files with 1 additions and 1 deletions
|
|
@ -46,7 +46,7 @@ struct FileTransferSettings : Config
|
||||||
)"};
|
)"};
|
||||||
|
|
||||||
Setting<unsigned int> tries{this, 5, "download-attempts",
|
Setting<unsigned int> tries{this, 5, "download-attempts",
|
||||||
"The number of times Nix will attempt to download a file before giving up."};
|
"The number of times Nix attempts to download a file before giving up."};
|
||||||
|
|
||||||
Setting<size_t> downloadBufferSize{this, 64 * 1024 * 1024, "download-buffer-size",
|
Setting<size_t> downloadBufferSize{this, 64 * 1024 * 1024, "download-buffer-size",
|
||||||
R"(
|
R"(
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue