Skip to content

Commit ca659f9

Browse files
committed
Tweak
1 parent cd40e8b commit ca659f9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

rate_limiter.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,9 +89,9 @@ resets and you have another 100 requests for the following 60 minutes.
8989

9090
In the ``authenticated_api`` limiter, after making the first HTTP request you
9191
are allowed to make up to 5,000 HTTP requests in total, and this number grows
92-
at a rate of another 5,000 requests per hour. If you don't make that number of
93-
requests, the unused ones don't accumulate (the ``limit`` option prevents that
94-
number from being higher than 5,000).
92+
at a rate of another 500 requests every 15 minutes. If you don't make that
93+
number of requests, the unused ones don't accumulate (the ``limit`` option
94+
prevents that number from being higher than 5,000).
9595

9696
Rate Limiting in Action
9797
-----------------------

0 commit comments

Comments
 (0)