quickjs-tart

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

speed-time.md (706B)


      1 ---
      2 c: Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
      3 SPDX-License-Identifier: curl
      4 Long: speed-time
      5 Short: y
      6 Arg: <seconds>
      7 Help: Trigger 'speed-limit' abort after this time
      8 Category: connection timeout
      9 Added: 4.7
     10 Multi: single
     11 See-also:
     12   - speed-limit
     13   - limit-rate
     14 Example:
     15   - --speed-limit 300 --speed-time 10 $URL
     16 ---
     17 
     18 # `--speed-time`
     19 
     20 If a transfer runs slower than speed-limit bytes per second during a
     21 speed-time period, the transfer is aborted. If speed-time is used, the default
     22 speed-limit is 1 unless set with --speed-limit.
     23 
     24 This option controls transfers (in both directions) but does not affect slow
     25 connects etc. If this is a concern for you, try the --connect-timeout option.