mirror of
https://github.com/NixOS/nix
synced 2025-06-25 02:21:16 +02:00
Use standardize units for megabytes
Co-authored-by: Eelco Dolstra <edolstra@gmail.com>
This commit is contained in:
parent
6b987206ce
commit
f0c209fb14
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ struct FileTransferSettings : Config
|
|||
R"(
|
||||
The size of Nix's internal download buffer in bytes during `curl` transfers. If data is
|
||||
not processed quickly enough to exceed the size of this buffer, downloads may stall.
|
||||
The default is 67108864 (64MB).
|
||||
The default is 67108864 (64 MiB).
|
||||
)"};
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue