
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
- User Verification for Operations after L...
I have a weird problem in my app that Appwrite does not see the authenticated user. After `await`ing `account.createEmailPasswordSession()` and `account.get()` ...
- Access to encrypted string attributes fr...
Can I use the getRow functionality if that row contains encrypted string attributes? Or is this completely impossible to get the value on the client side? From ...
- general_argument_invalid, Param "email" ...
[ERROR:flutter/runtime/dart_vm_initializer.cc(40)] Unhandled Exception: AppwriteException: general_argument_invalid, Param "email" is not optional. (400) E/flut...
