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
- How to Avoid Double Requests in function...
I'm currently using Appwrite's `functions.createExecution` in my project. I want to avoid double requests when multiple actions (like searching or pagination) a...
- Edit ID of an existing collection
Hi there. Is it possible to edit an ID of an existing collection? Right now it looks impossible from AppWrite cloud at least.
- Seed db
hello there... is this correct way to seed appwrite