parallel-max.d 530 B

1234567891011121314151617
  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. ---
  11. When asked to do parallel transfers, using --parallel, this option controls
  12. the maximum amount of transfers to do simultaneously.
  13. This option is global and does not need to be specified for each use of
  14. --next.
  15. The default is 50.