Skip to content

Commit

Permalink
Add RAYON_NUM_THREADS to environment variable docs (#3223)
Browse files Browse the repository at this point in the history
  • Loading branch information
charliermarsh authored Apr 23, 2024
1 parent 308f95f commit 41113a8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 41113a8

Please sign in to comment.