
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
- Relationships restricted to a max depth ...
When I do query like: ``` await _databases.listDocuments( databaseId: AppwriteConfig.DATABASE_ID, collectionId: AppwriteConfig.SERVICES_COLLECTI...
- Error sending push message from dashboar...
I am trying to implement appwrite fully into my app and am switching over from firebase. I registered FCM as a Provider and tried to send a push message via the...
- My organization deleted, how??
Getting error mesasges and I can't find my organization.
