1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-27 21:01:16 +02:00

Use standardize units for megabytes

Co-authored-by: Eelco Dolstra <edolstra@gmail.com>
This commit is contained in:
Mike Kusold 2025-01-20 11:32:47 -07:00 committed by GitHub
parent 6b987206ce
commit f0c209fb14
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -52,7 +52,7 @@ struct FileTransferSettings : Config
R"( R"(
The size of Nix's internal download buffer in bytes during `curl` transfers. If data is 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. 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).
)"}; )"};
}; };