speed-limit.d 435 B

1234567891011121314
  1. Long: speed-limit
  2. Short: Y
  3. Arg: <speed>
  4. Help: Stop transfers slower than this
  5. Category: connection
  6. Example: --speed-limit 300 --speed-time 10 $URL
  7. Added: 4.7
  8. See-also: speed-time limit-rate max-time
  9. ---
  10. If a download is slower than this given speed (in bytes per second) for
  11. speed-time seconds it gets aborted. speed-time is set with --speed-time and is
  12. 30 if not set.
  13. If this option is used several times, the last one will be used.