📎 Add a cli argument to limit worker thread count #5124
Labels
A-CLI
Area: CLI
S-Feature
Status: new feature to implement
S-Help-wanted
Status: you're familiar with the code base and want to help the project
Description
Add a cli flag to set the limit of threads Biome uses to do work. This should only be applicable when using the
ci
command.Suggested flag names:
--threads
,--workers
Discussed briefly in #5097. Note that the environment variable
RAYON_NUM_THREADS
can already do this, but this is a feature of rayon, not something we own ourselves, and therefore not really discoverable by users.The text was updated successfully, but these errors were encountered: