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
- Github connection error - Self Hosted Ap...
I am trying to connect my github account to deploy a project to sites, but Connect to Gtihub button is disabled. I have configured all Env variables needed for...
- "Domain verification failed"
"Domain verification failed" I was install Appwrite in my VDS server. I using Coolify for install Appwrite. After install complete, i want add my domain, and i ...
- Appwrite Sites triggers builds for all p...
I connected my Appwrite Sites to my Git app on my self hosted Appwrite server, but even though I only connected it to main branch, it creates a build every sing...