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
- Local appwrite run functions --user-id n...
Hi, I'm running into an issue when testing Appwrite functions locally with user impersonation. I'm using a self-hosted Appwrite instance and running functions ...
- Selfhosted Github App installation
I've followed this guide: https://appwrite.io/docs/advanced/self-hosting/configuration/version-control to connect GitHub to my self-hosted Appwrite instance (1....
- User ID case sensitivity
I see that through REST (and SDK as well), getting a user is not case sensitive. And even though documentation does not clearly state that it is, the wording "V...