mirror of
https://github.com/curl/curl.git
synced 2026-04-16 07:11:40 +03:00
This is a followup to commit f410b9e538 fixing a few
more commands which takes arguments.
Closes #7382
Reviewed-by: Daniel Gustafsson <daniel@yesql.se>
11 lines
292 B
Makefile
11 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.
|