2016-11-28 08:01:13 +08:00
|
|
|
Long: speed-time
|
|
|
|
Short: y
|
|
|
|
Arg: <seconds>
|
|
|
|
Help: Trigger 'speed-limit' abort after this time
|
2020-07-13 20:15:04 +08:00
|
|
|
Category: connection
|
2021-08-31 22:37:14 +08:00
|
|
|
Example: --speed-limit 300 --speed-time 10 $URL
|
2021-09-28 17:50:07 +08:00
|
|
|
Added: 4.7
|
2021-11-15 22:58:20 +08:00
|
|
|
See-also: speed-limit limit-rate
|
2016-11-28 08:01:13 +08:00
|
|
|
---
|
2022-06-02 20:14:42 +08:00
|
|
|
If a transfer runs slower than speed-limit bytes per second during a speed-time
|
|
|
|
period, the transfer is aborted. If speed-time is used, the default
|
2016-11-28 08:01:13 +08:00
|
|
|
speed-limit will be 1 unless set with --speed-limit.
|
|
|
|
|
2022-06-02 20:14:42 +08:00
|
|
|
This option controls transfers (in both directions) but will not affect slow
|
|
|
|
connects etc. If this is a concern for you, try the --connect-timeout option.
|
2016-11-28 08:01:13 +08:00
|
|
|
|
|
|
|
If this option is used several times, the last one will be used.
|