I have a self-hosted instance of appwrite and I have 2 projects on it - one is for production and the other is for development. On the development project I'd like to turn off the rate limits as I often hit it during development phase.
I understand that I can set _APP_OPTIONS_ABUSE=disabled
to do this but this is for the whole instance - including the production project. Is it possible to only disable the rate limits per project?
Not for now. But you can track something similar in this issue https://github.com/appwrite/appwrite/issues/2953
Also, you can type specific use case
Yeah I've seen this - this is where I got the _APP_OPTIONS_ABUSE=disabled
setting from.
[CLOSED] Rate limit for a specific project
Recommended threads
- I recently applied for the free plan und...
I recently applied for the free plan under the GitHub Student Developer Pack. However, my billing status still shows $15, and it mentions that this amount will ...
- Bug Report: Appwrite Console UI Issue on...
Steps to Reproduce: - Navigate to any collection page in the Appwrite console UI. - Open the menu and click on "Create Collection." - Observe that the dialog to...
- Send Email Verification With REST
I am using REST to create a user on the server side after receiving form data from the client. After the account is successfully created i wanted to send the v...