Skip to content

Commit f358ab2

Browse files
authored
Merge pull request #12317 from kusold/patch-1
Add unit of measurement for download-buffer-size
2 parents 432e3a1 + f0c209f commit f358ab2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/libstore/filetransfer.hh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,9 @@ struct FileTransferSettings : Config
5050

5151
Setting<size_t> downloadBufferSize{this, 64 * 1024 * 1024, "download-buffer-size",
5252
R"(
53-
The size of Nix's internal download buffer during `curl` transfers. If data is
53+
The size of Nix's internal download buffer in bytes during `curl` transfers. If data is
5454
not processed quickly enough to exceed the size of this buffer, downloads may stall.
55+
The default is 67108864 (64 MiB).
5556
)"};
5657
};
5758

0 commit comments

Comments
 (0)