speed-limit.d 394 B

12345678910111213
  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. ---
  9. If a download is slower than this given speed (in bytes per second) for
  10. speed-time seconds it gets aborted. speed-time is set with --speed-time and is
  11. 30 if not set.
  12. If this option is used several times, the last one will be used.