speed-limit.d 537 B

12345678910111213141516
  1. c: Copyright (C) 1998 - 2022, Daniel Stenberg, <daniel@haxx.se>, et al.
  2. SPDX-License-Identifier: curl
  3. Long: speed-limit
  4. Short: Y
  5. Arg: <speed>
  6. Help: Stop transfers slower than this
  7. Category: connection
  8. Example: --speed-limit 300 --speed-time 10 $URL
  9. Added: 4.7
  10. See-also: speed-time limit-rate max-time
  11. ---
  12. If a transfer is slower than this given speed (in bytes per second) for
  13. speed-time seconds it gets aborted. speed-time is set with --speed-time and is
  14. 30 if not set.
  15. If this option is used several times, the last one will be used.