File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -89,9 +89,9 @@ resets and you have another 100 requests for the following 60 minutes.
8989
9090In the ``authenticated_api `` limiter, after making the first HTTP request you
9191are 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
9696Rate Limiting in Action
9797-----------------------
You can’t perform that action at this time.
0 commit comments