Skip to content

Commit

Permalink
config/set line2page to single thread as default
Browse files Browse the repository at this point in the history
  • Loading branch information
maxnth committed Nov 21, 2023
1 parent 2d0ce37 commit 2fdb645
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pagetools/cli/transformations/line2page.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
help="Sets the level of feedback to receive: DEBUG=10, INFO=20, WARNING=30, ERROR=40, CRITICAL=50",
show_default=True)
@click.option("--threads",
default=16,
default=1,
type=click.IntRange(min=1, clamp=True),
help="Thread count to be used",
show_default=True)
Expand Down

0 comments on commit 2fdb645

Please sign in to comment.