mirror of
https://github.com/moparisthebest/curl
synced 2024-11-15 05:55:04 -05:00
60dc3d1a5b
This is a followup to commit f410b9e538
fixing a few
more commands which takes arguments.
Closes #7382
Reviewed-by: Daniel Gustafsson <daniel@yesql.se>
12 lines
292 B
Makefile
12 lines
292 B
Makefile
Long: parallel-max
|
|
Arg: <num>
|
|
Help: Maximum concurrency for parallel transfers
|
|
Added: 7.66.0
|
|
See-also: parallel
|
|
Category: connection curl
|
|
---
|
|
When asked to do parallel transfers, using --parallel, this option controls
|
|
the maximum amount of transfers to do simultaneously.
|
|
|
|
The default is 50.
|