From 41113a8350a7ebf8e1522f1eafd22d27ed012d1d Mon Sep 17 00:00:00 2001 From: Charlie Marsh Date: Tue, 23 Apr 2024 16:44:06 -0400 Subject: [PATCH] Add `RAYON_NUM_THREADS` to environment variable docs (#3223) --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 4e749887d..b881015c7 100644 --- a/README.md +++ b/README.md @@ -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