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 76a47f7 commit e1a5fcaCopy full SHA for e1a5fca
CONTRIBUTING.md
@@ -140,6 +140,13 @@ than 1, it is clamped to 1 at minimum.
140
This is not meant for use by users, but can be suggested in diagnosing an issue
141
should one arise with the backtrack limits.
142
143
+### `RUSTUP_MAX_RETRIES`
144
+
145
+When downloading a file, rustup will retry the download a number of times. The
146
+default is 3 times, but if this variable is set to a valid usize then it is the
147
+max retry count. A value of `0` means no retries, thus the default of `3` will
148
+mean a download is tried a total of four times before failing out.
149
150
### `RUSTUP_BACKTRACE`
151
152
By default while running tests, we unset some environment variables that will
0 commit comments