parallel-max.d 531 B

123456789101112131415161718
  1. c: Copyright (C) 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. This option is global and does not need to be specified for each use of
  15. --next.
  16. The default is 50.