
How to increase rate limit for specific Api endpoint (or for all api end point).

the only configurable option is to disable it: https://appwrite.io/docs/production#disable-limits
Otherwise, you'd have to tweak the source code (e.g. https://github.com/appwrite/appwrite/blob/82c5a20ef3ffbe26109ad7a4c70675f8609f35a8/app/controllers/api/databases.php#L2628C61-L2629).
Also, here's a request for making rate limits for specific endpoints configurable: https://github.com/appwrite/appwrite/issues/2953

[CLOSED] How to increase rate limit for specific Api endpoint.
Recommended threads
- 503 Timeout when Updating or Upserting D...
Hey I’m running into an issue when trying to update or upsert a row in Appwrite. The request hangs for a while and then throws this error: ``` AppwriteException...
- Hola equipo de soporte,
Hola equipo de soporte, Estoy desarrollando una Function en Appwrite Cloud con Node.js 22 y el siguiente package.json: { "name": "upload-whitelist", "type"...
- Sites 30MB limit from GitHub
I’m deploying a site from github as Other type on the Hobby plan. It is actually a Flutter web app but it’s in a subdirectory with the root being an html landin...
