speed-limit.md (531B)
1 --- 2 c: Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al. 3 SPDX-License-Identifier: curl 4 Long: speed-limit 5 Short: Y 6 Arg: <speed> 7 Help: Stop transfers slower than this 8 Category: connection 9 Added: 4.7 10 Multi: single 11 See-also: 12 - speed-time 13 - limit-rate 14 - max-time 15 Example: 16 - --speed-limit 300 --speed-time 10 $URL 17 --- 18 19 # `--speed-limit` 20 21 If a transfer is slower than this set speed (in bytes per second) for a given 22 number of seconds, it gets aborted. The time period is set with --speed-time 23 and is 30 seconds by default.