Skip to content

Commit

Permalink
fixup more words
Browse files Browse the repository at this point in the history
  • Loading branch information
bagder committed Aug 8, 2024
1 parent 97e67a0 commit 5a1889c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions usingcurl/transfers/request-rate.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,12 @@ Make curl download 200 images but not faster than 14 transfers per minute:
## Number of units

Starting in curl 8.10.0 this option accepts an optional *number of units*. The
request rate is then provided as **N/ZU** where **N** is an integer number,
**Z** is an integer number of time units and **U** is a time unit.
request rate is then provided as **N/**Z** **U** where **N** is a number,
**Z** is a number of time units and **U** is a time unit.

The number and the units are the same as mentioned above, but now you can also
specify a number of time units.
specify a number of time units. **N** requests per **Z** number of **N**
units.

For example, make no more than eight transfers every five seconds:

Expand Down

0 comments on commit 5a1889c

Please sign in to comment.