Skip to content

Increase rate limits across server endpoints#40

Merged
jerome3o-anthropic merged 2 commits intomainfrom
guro/increase-rate-limits
Mar 17, 2026
Merged

Increase rate limits across server endpoints#40
jerome3o-anthropic merged 2 commits intomainfrom
guro/increase-rate-limits

Conversation

@Guro
Copy link
Collaborator

@Guro Guro commented Mar 17, 2026

Summary

  • Raise splash page limit from 50 to 200 req/min
  • Raise auth endpoint limit from 20 to 200 req/min and static assets from 100 to 500 req/min
  • Raise OAuth metadata limit to 300 req/5s and client registration to 60 req/min

Test plan

  • Verify server starts and serves requests normally
  • Confirm rate limiting still triggers when new thresholds are exceeded
  • Check rate limit headers (RateLimit-*) reflect updated values

Guro added 2 commits March 17, 2026 14:46
Without this, rate limiting uses the proxy's IP instead of actual client IPs,
causing all requests through Cloudflare to be rate limited together.
Raise request limits to better accommodate legitimate traffic patterns:
- Splash page: 50 -> 200 req/min
- Auth endpoints: 20 -> 200 req/min
- Static assets (auth & mcp): 100 -> 500 req/min
- OAuth metadata: 100 -> 300 req/5s
- Client registration: 10 -> 60 req/min
@jerome3o-anthropic jerome3o-anthropic merged commit 51091fe into main Mar 17, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants