]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
limit-rate: add example using --limit-rate and --max-time together
authornait-furry <kaptein.abs@gmail.com>
Tue, 11 Nov 2025 22:51:37 +0000 (01:51 +0300)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 14 Nov 2025 16:09:07 +0000 (17:09 +0100)
Closes #19473

docs/cmdline-opts/limit-rate.md

index c5e276e1b57586220ca68817b020c45bd0a76b98..f58fd1fcd865cf9c76e68397900eaedc5a85386e 100644 (file)
@@ -15,6 +15,7 @@ Example:
   - --limit-rate 100K $URL
   - --limit-rate 1000 $URL
   - --limit-rate 10M $URL
+  - --limit-rate 200K --max-time 60 $URL
 ---
 
 # `--limit-rate`