> For the complete documentation index, see [llms.txt](https://eventx-hq.gitbook.io/knowledge-base/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://eventx-hq.gitbook.io/knowledge-base/event-setting/event-configuration/rate-limit-for-each-event.md).

# Rate Limit For Each Event

#### There are two independent rate limits:

1. Each client IP address is limited to approximately 300 requests per 1-minute rolling window across all requests.
2. Each eligible event URI path is limited to approximately 350 requests per 5-minute rolling window, shared across all IP addresses.

The second limit is applied per complete URI path, not strictly per event ID. For example, `/events/{event-id}` and `/events/{event-id}/register` have separate counters.

If the limit is hit, the page below will be displayed. There will be a countdown timer to indicate the next refresh.\
**Note:** The UUID section of the URL represents the event ID that is unique to each event. ![](/files/IanUFIQukA0aUG4XSnMb)

### Q: Which pages are affected by the rate limit?

**A:** The event landing page and event registration page. The organizer portal is not affected.
