Add `RAYON_NUM_THREADS` to environment variable docs (#3223)

This commit is contained in:
Charlie Marsh 2024-04-23 16:44:06 -04:00 committed by GitHub
parent 308f95fce1
commit 41113a8350
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions

View File

@ -526,6 +526,8 @@ In addition, uv respects the following environment variables:
- `FISH_VERSION`: Used to detect the use of the Fish shell.
- `BASH_VERSION`: Used to detect the use of the Bash shell.
- `ZSH_VERSION`: Used to detect the use of the Zsh shell.
- `RAYON_NUM_THREADS`: Used to control the number of threads used when unzipping and installing
packages. See the [rayon documentation](https://docs.rs/rayon/latest/rayon/) for more.
## Versioning