
Hello,
is it possible to override the rate limits on some apis such as document creation? The doc says This endpoint is limited to 120 requests in every 1 minutes per IP address,
I wonder if it's possible to change this number? Thanks

Are you using a self hosting instance?

Yes

disable _APP_OPTIONS_ABUSE
in your .env
file


Hmm, so it's either disabled or enabled with 120 limits?

Yes, that is the option at the moment you can check this issues:
https://github.com/appwrite/appwrite/issues/4965 https://github.com/appwrite/appwrite/issues/2953

4965 is duplicate, check out 2953 ❤️

Thank you guys for the information, I hope this happens in a future release, I will close this post now
Recommended threads
- Console create row ui not passing ID.uni...
I'm getting an error saying the id is already used but it should be created with ID.unique() it doesn't seem to be reading the row ID field at all. I can't get ...
- Permissions in create_operations() Pytho...
How can I set permissions for `create_operations()`? What even is the correct way to use permissions in Python (using SDK version 13.4.1) ? In my cloud functio...
- Cannot add/update array field
How do I add or update the rows, How exactly to pass properties? (see provided image)
