Open
Description
Description
As #8353 will add TOS, we'd like to apply rate limiting on Gitea API.
Per GH:
- 60 requests per hour for unauthenticated requests:
- 5000 requests per hour for all authenticated requests, regardless made either via basic authentication or OAuth.
- 403 error returned if exceeding the limit.
- If OAuth application makes unauthenticated call to API by passing its client ID and secret as part of query string, the limit bumped to 5000 requests per hour (treated as authenticated requests).