Skip to content

Commit 4f779dc

Browse files
committed
chore(cli): only use one worker by default
1 parent 3ae6a6d commit 4f779dc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

vesskel/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ def _make_parser() -> argparse.ArgumentParser:
6060
"--jobs",
6161
"-j",
6262
type=int,
63-
default=os.cpu_count() or 1,
63+
default=1,
6464
help="Number of parallel workers (0 = all CPU cores).",
6565
)
6666

0 commit comments

Comments
 (0)