I saw a lot of threads complaining about only being able to send 10 Requests per Hour to Appwrite. For the Cloud Version that makes kind of sense, but for my self-hosted option i want to increase the limit, especially because i am in development. But i dont find any documentation or thread about how to actually increase the rate limit. How can i achieve this?
I finally found out how to fix this. There is the Option to set the Environment Variable _APP_OPTIONS_ABUSE to disabled which completly deactivates the rate limiting. In Production Mode that is of course not suitable but is the only option really to disable the rate limiting and not adjusting it?
Not possible for now. An alternative is setting Cloudflare in front with custom rate limits.
Custom rate limits are planned for the next release if I'm not wrong
Recommended threads
- 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...
- Any way to temporarily bypass the email ...
Hey guys, any way to bypass the email verification to use the accounts again? i need to recover some projects that due to recent changes have been stopped, and ...