Skip to content
This repository was archived by the owner on Nov 1, 2017. It is now read-only.

Commit 2588b66

Browse files
committed
Merge pull request #783 from github/update-1433326118
2 parents 8225e00 + 01d3157 commit 2588b66

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

content/v3/rate_limit.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Note: Accessing this endpoint does not count against your rate limit.
2525
<%=
2626
json :resources => {
2727
:core => {:limit => 5000, :remaining => 4999, :reset => 1372700873},
28-
:search => {:limit => 20, :remaining => 18, :reset => 1372697452},
28+
:search => {:limit => 30, :remaining => 18, :reset => 1372697452},
2929
},
3030
:rate => {:limit => 5000, :remaining => 4999, :reset => 1372700873}
3131
%>

content/v3/search.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ relevant item to the top of the result list.
3131
The Search API has a custom rate limit. For requests using [Basic
3232
Authentication](/v3/#authentication), [OAuth](/v3/#authentication), or [client
3333
ID and secret](/v3/#increasing-the-unauthenticated-rate-limit-for-oauth-applications), you can make up to
34-
20 requests per minute. For unauthenticated requests, the rate limit allows you
35-
to make up to 5 requests per minute.
34+
30 requests per minute. For unauthenticated requests, the rate limit allows you
35+
to make up to 10 requests per minute.
3636

3737
See the [rate limit documentation](/v3/#rate-limiting) for details on
3838
determining your current rate limit status.

0 commit comments

Comments
 (0)