mirror of
https://github.com/curl/curl.git
synced 2025-01-24 14:15:18 +08:00
9f488fac18
Mention options that are "global". A global command line option is one that doesn't get reset at --next uses and therefore don't need to be used again. Reported-by: Josh Soref Fixes #7457 Closes #7510
15 lines
373 B
Makefile
15 lines
373 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.
|
|
|
|
This option is global and does not need to be specified for each use of
|
|
--next.
|
|
|
|
The default is 50.
|