xf.li | 6c8fc1e | 2023-08-12 00:11:09 -0700 | [diff] [blame] | 1 | c: Copyright (C) 1998 - 2022, Daniel Stenberg, <daniel@haxx.se>, et al. |
| 2 | SPDX-License-Identifier: curl |
| 3 | Long: parallel-max |
| 4 | Arg: <num> |
| 5 | Help: Maximum concurrency for parallel transfers |
| 6 | Added: 7.66.0 |
| 7 | See-also: parallel |
| 8 | Category: connection curl |
| 9 | Example: --parallel-max 100 -Z $URL ftp://example.com/ |
| 10 | Multi: single |
| 11 | --- |
| 12 | When asked to do parallel transfers, using --parallel, this option controls |
| 13 | the maximum amount of transfers to do simultaneously. |
| 14 | |
| 15 | This option is global and does not need to be specified for each use of |
| 16 | --next. |
| 17 | |
| 18 | The default is 50. |