Skip to content

Commit 37ac4b4

Browse files
committed
docs(user-guide/environment-variables): update description of RUSTUP_IO_THREADS
1 parent c1bf2e6 commit 37ac4b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/user-guide/src/environment-variables.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
- `RUSTUP_VERSION` (default: none). Overrides the rustup version (e.g. `1.27.1`)
2929
to be downloaded when executing `rustup-init.sh` or `rustup self update`.
3030

31-
- `RUSTUP_IO_THREADS` *unstable* (defaults to reported cpu count). Sets the
31+
- `RUSTUP_IO_THREADS` *unstable* (default: reported cpu count, max 8). Sets the
3232
number of threads to perform close IO in. Set to `1` to force
3333
single-threaded IO for troubleshooting, or an arbitrary number to override
3434
automatic detection.

0 commit comments

Comments
 (0)