Skip to content

Commit

Permalink
doc: document nix.conf connect-timeout default
Browse files Browse the repository at this point in the history
  • Loading branch information
aakropotkin committed Apr 17, 2022
1 parent b135de2 commit 25c85f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libstore/filetransfer.hh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ struct FileTransferSettings : Config
R"(
The timeout (in seconds) for establishing connections in the
binary cache substituter. It corresponds to `curl`’s
`--connect-timeout` option.
`--connect-timeout` option. The default 0 means no limit.
)"};

Setting<unsigned long> stalledDownloadTimeout{
Expand Down

0 comments on commit 25c85f5

Please sign in to comment.