Skip to content

Commit

Permalink
Try only 2 processes
Browse files Browse the repository at this point in the history
  • Loading branch information
JelleZijlstra committed Jan 29, 2024
1 parent c669a43 commit 9e51694
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/diff_shades/analysis.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
)

GIT_BIN: Final = shutil.which("git")
NUM_PROCESSES: Final = 4
NUM_PROCESSES: Final = 2
RESULT_COLORS: Final = {"reformatted": "cyan", "nothing-changed": "magenta", "failed": "red"}
run_cmd: Final = partial(
subprocess.run,
Expand Down

0 comments on commit 9e51694

Please sign in to comment.