
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
- Still an issue? On user deletion, target...
This has been mentioned here: https://discord.com/channels/564160730845151244/1295830646039515146 and as a Github issue here: https://github.com/appwrite/appwri...
- Appwrite database is rounding int values
Hi, i just noticed that appwrite is rounding the value 608542412536545279 to 608542412536545300 in my int array. It seems to somewhat relate to this github iss...
- OAuth fails with Invalid Response or inv...
Im currently trying to use the Discord Oauth but i cant find a way to make it work. I followed the docs and set up the discord oauth application and enabled it...
