mirror of
https://github.com/curl/curl.git
synced 2026-04-14 22:31:41 +03:00
limit-rate: add example using --limit-rate and --max-time together
Closes #19473
This commit is contained in:
parent
f37c956d0f
commit
57b4fe1817
1 changed files with 1 additions and 0 deletions
|
|
@ -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`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue