diff options
author | Alex Ameen <alex.ameen.tx@gmail.com> | 2022-04-17 17:14:38 -0500 |
---|---|---|
committer | Alex Ameen <alex.ameen.tx@gmail.com> | 2022-04-17 17:14:38 -0500 |
commit | 25c85f5a0e838bf34a20804e06ce7e6574bdfd74 (patch) | |
tree | 1f52204e6662188041262e455b21934f4b535c89 /src/libstore/filetransfer.hh | |
parent | b135de2b5f08aa8b549d69371823235124ef04a1 (diff) |
doc: document nix.conf connect-timeout default
Diffstat (limited to 'src/libstore/filetransfer.hh')
-rw-r--r-- | src/libstore/filetransfer.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstore/filetransfer.hh b/src/libstore/filetransfer.hh index 1ad96bc10..fcdf1c9d1 100644 --- a/src/libstore/filetransfer.hh +++ b/src/libstore/filetransfer.hh @@ -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{ |