fix: increase global API rate limits to 1000/min (#3081)

This commit is contained in:
Lucas Smith
2026-07-21 15:58:36 +10:00
committed by GitHub
parent 3cf2963cd0
commit 7f85388eb7
8 changed files with 25 additions and 15 deletions
@@ -11,9 +11,14 @@ Documenso enforces rate limits on all API endpoints to ensure service stability.
## HTTP Rate Limits
**Limit:** 100 requests per minute per IP address
**Limit:** 1000 requests per minute per IP address
**Response:** 429 Too Many Requests
<Callout type="info">
This is the global per-IP ceiling. Your organisation may have its own rate limits configured below
this value, in which case you can be rate-limited before reaching the global limit.
</Callout>
### Rate Limit Response
```json