
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
- SDK mismatch
Hi there, The following warning is currently appearing in my console: ``` Warning: The current SDK is built for Appwrite 1.8.0. However, the current Appwrite...
- Can't read files from s3 storage directl...
I try to download the files stored by appwrite directly from my S3 provider. The bucket is not encrypted and no gzip but the files seem not to be stored there i...
- function unable to detect client ip
Hi I have hosted appwrite on self hosted server. Currently I don't have any domain. I am accessing through ip. I have created one function which should detect t...
