Skip to content

Commit

Permalink
Reduce default max parallelism of ecosystem checks
Browse files Browse the repository at this point in the history
  • Loading branch information
zanieb committed Jan 30, 2024
1 parent 3ab0f02 commit f21da81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/ruff-ecosystem/ruff_ecosystem/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ async def main(
project_dir: Path,
format: OutputFormat,
format_comparison: FormatComparison | None,
max_parallelism: int = 50,
max_parallelism: int = 10,
raise_on_failure: bool = False,
) -> None:
logger.debug("Using command %s", command.value)
Expand Down

0 comments on commit f21da81

Please sign in to comment.