mirror of
https://github.com/moparisthebest/curl
synced 2024-11-04 08:35:05 -05:00
b889408500
This is done by making sure each individual transfer is first added to a linked list as then they can be performed serially, or at will, in parallel. Closes #3804
10 lines
255 B
Makefile
10 lines
255 B
Makefile
Long: parallel-max
|
|
Help: Maximum concurrency for parallel transfers
|
|
Added: 7.66.0
|
|
See-also: parallel
|
|
---
|
|
When asked to do parallel transfers, using --parallel, this option controls
|
|
the maximum amount of transfers to do simultaneously.
|
|
|
|
The default is 50.
|