diff options
author | Eelco Dolstra <edolstra@gmail.com> | 2022-04-19 12:27:30 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-19 12:27:30 +0200 |
commit | 1b43d646484a1d18d12fcc8912eda4a01d5d3eb6 (patch) | |
tree | 800df85dbb93ca7330d5bec999d1218eb4e5e534 /src/libstore/filetransfer.hh | |
parent | 018db1c42065715dc175880e887299b7da5aa093 (diff) | |
parent | e5c934cd48c25eff28c956e414af9b5ff1c6523a (diff) |
Merge pull request #6415 from aakropotkin/doc.connect-timeout.default
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..40e7cf52c 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. A value of 0 means no limit. )"}; Setting<unsigned long> stalledDownloadTimeout{ |