mirror of https://github.com/astral-sh/ruff
## Summary Prevent overcommit by using max 4 threads as intended. Unintuitively, `.max()` returns the maximum value of `self` and the argument (not limiting to the argument). To limit the value to 4, one needs to use `.min()`. https://doc.rust-lang.org/std/cmp/trait.Ord.html#method.max |
||
|---|---|---|
| .. | ||
| src | ||
| Cargo.toml | ||