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
- Wifi issue with Pop!_OS linux distro
Hey guys... iam facing this very peculiar trouble with my linux distro... I use Pop!_OS on my HP victus gaming laptop with nvedia 2050 graphics card.... The pro...
- How to disable appwrite/embedding from s...
Hi everyone! I'm currently running a self-hosted instance of Appwrite. For my current use case, I don't need the AI/embedding features, and I noticed the `app...
- Invalid type for attribute 'email': emai...
I'm using the node-appwrite SDK to create a table, the column payload looks like this: ```json [{"key":"email","type":"email","required":true, "size": 512}] ``...