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
- [SOLVED] curl error Number: 6 — function...
Hello, I invested a lot of time in this error in a fresh install of appwrite 1.8.1 and lasted until fix, this if for helping anyone that can have the same weird...
- general_bad_request when creating accoun...
I have created a new bug request, could anyone have a look - https://github.com/appwrite/appwrite/issues/11908?
- Cannot use custom SMTP for messaging (SM...
Hey there! I'm on Appwrite Self-hosted 1.9.0. I've never used the messaging feature before, always sent emails through functions or a custom backend, but I'v...