We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b98720 commit f0c209fCopy full SHA for f0c209f
src/libstore/filetransfer.hh
@@ -52,7 +52,7 @@ struct FileTransferSettings : Config
52
R"(
53
The size of Nix's internal download buffer in bytes during `curl` transfers. If data is
54
not processed quickly enough to exceed the size of this buffer, downloads may stall.
55
- The default is 67108864 (64MB).
+ The default is 67108864 (64 MiB).
56
)"};
57
};
58
0 commit comments