Skip to content

Commit edf297c

Browse files
default batch parallelism to 10
1 parent a6edc9e commit edf297c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pip/_internal/cli/cmdoptions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ class PipOption(Option):
237237
"--batch-download-parallelism",
238238
dest="batch_download_parallelism",
239239
type="int",
240-
default=1,
240+
default=10,
241241
help=(
242242
"Maximum parallelism employed for batch downloading of metadata-only dists"
243243
" (default %default parallel requests)."

0 commit comments

Comments
 (0)