Skip to content

Commit db44419

Browse files
committed
doc/rgw: fix the description error of --max-read-ops
max-read-ops indicates the number of operations, not bytes. signed-off-by: Yite Gu <[email protected]>
1 parent 3aef9fc commit db44419

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

doc/radosgw/admin.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -679,8 +679,9 @@ time has elapsed, "user A" will be able to send ``GET`` requests again.
679679
- **User:** The ``--uid`` option allows you to specify a rate limit for a
680680
user.
681681

682-
- **Maximum Read Ops:** The ``--max-read-ops`` setting allows you to limit read
683-
bytes per accumulation interval per RGW instance. A ``0`` value disables throttling.
682+
- **Maximum Read Ops:** The ``--max-read-ops`` setting allows you to specify
683+
the maximum number of read ops per accumulation interval per RGW instance. A ``0`` value
684+
disables throttling.
684685

685686
- **Maximum Read Bytes:** The ``--max-read-bytes`` setting allows you to limit
686687
read bytes per accumulation interval per RGW instance. A ``0`` value disables throttling.

0 commit comments

Comments
 (0)