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
- [SOLVED] Appwrite Cloud and FRA cloud se...
Can anyone estimate how long this will take to resolve? I am checking status here https://status.appwrite.online/
- How to use Operator.arrayAppend on a rel...
Hi, is it possible to use any operator on a relationship column? I have a One to Many relationship column on a table and I would like to add entries to the colu...
- Terraform tablesdb_column type inconsist...
Hi, I am trying out the new terraform provider for appwrite that was introduced a few weeks back. As a first step I wanted to import our existing databases into...