quickjs-tart

quickjs-based runtime for wallet-core logic
Log | Files | Refs | README | LICENSE

parallel-max.md (540B)


      1 ---
      2 c: Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
      3 SPDX-License-Identifier: curl
      4 Long: parallel-max
      5 Arg: <num>
      6 Help: Maximum concurrency for parallel transfers
      7 Added: 7.66.0
      8 Category: connection curl global
      9 Multi: single
     10 Scope: global
     11 See-also:
     12   - parallel
     13 Example:
     14   - --parallel-max 100 -Z $URL ftp://example.com/
     15 ---
     16 
     17 # `--parallel-max`
     18 
     19 When asked to do parallel transfers, using --parallel, this option controls
     20 the maximum amount of transfers to do simultaneously.
     21 
     22 The default is 50. 300 is the largest supported value.