Skip to content

Commit 120b070

Browse files
authored
Merge pull request #18 from inspirehep/update-rate-limits
Update rate-limiting documentation
2 parents ce28502 + 54b51e8 commit 120b070

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Note that all examples are displayed in a human-readable way, but the query para
5252

5353
## Rate limiting
5454

55-
In order to avoid overwhelming the server, we enforce rate limits per IP address: every IP address is allowed 50 requests, then at most 2 requests per second. If you exceed those limits, you will receive a response with HTTP status code 429 and a `x-retry-in` header telling you how long to wait before retrying.
55+
In order to avoid overwhelming the server, we enforce rate limits per IP address: every IP address is allowed 15 requests in a 5s window. If you exceed those limits, you will receive a response with HTTP status code 429. Please note that requests that are blocked due to exceeding the rate limit count towards the quota, so you'll need to wait at least 5s when receiving a 429 response before trying again.
5656

5757
## Obtaining a record
5858

0 commit comments

Comments
 (0)