Skip to content

Commit

Permalink
fix(cli): reduce number of default connections to 5
Browse files Browse the repository at this point in the history
  • Loading branch information
yshalsager committed Mar 19, 2022
1 parent 5cab9d8 commit f36c130
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wit_transcriber.py
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ def main() -> None:
"--connections",
help="Number of API connections limit.",
type=int,
default=25,
default=5,
)
parser.add_argument(
"-l",
Expand Down

0 comments on commit f36c130

Please sign in to comment.