Skip to content

Commit

Permalink
Set default workers to 20
Browse files Browse the repository at this point in the history
  • Loading branch information
ihabunek committed Apr 30, 2019
1 parent 5df9099 commit 402a3a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion twitchdl/console.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
(["-w", "--max_workers"], {
"help": "maximal number of threads for downloading vods concurrently (default 5)",
"type": int,
"default": 10,
"default": 20,
}),
],
),
Expand Down

0 comments on commit 402a3a5

Please sign in to comment.