From ff93b17912c4c36257c3d1f36598c0c21b281d8c Mon Sep 17 00:00:00 2001 From: Francisco Gouveia Date: Tue, 24 Feb 2026 11:50:21 +0000 Subject: [PATCH] docs(downloads): fix the default number of `RUSTUP_CONCURRENT_DOWNLOADS` --- doc/user-guide/src/environment-variables.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/user-guide/src/environment-variables.md b/doc/user-guide/src/environment-variables.md index bb9dc3d512..e45fff7a05 100644 --- a/doc/user-guide/src/environment-variables.md +++ b/doc/user-guide/src/environment-variables.md @@ -69,7 +69,7 @@ - `RUSTUP_DOWNLOAD_TIMEOUT` *unstable* (default: 180). Allows to override the default timeout (in seconds) for downloading components. -- `RUSTUP_CONCURRENT_DOWNLOADS` *unstable* (default: the number of components to download). Controls the number of +- `RUSTUP_CONCURRENT_DOWNLOADS` *unstable* (default: 2). Controls the number of downloads made concurrently. - `RUSTUP_TOOLCHAIN_SOURCE` *unstable*. Set by rustup to tell proxied tools how `RUSTUP_TOOLCHAIN` was determined. Non-rustup tools should not set this environment variable, except insofar as to mirror an earlier invocation from rustup.