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
- Error: Trying to install appwrite on sub...
``` [Error] Method: POST appwrite | [Error] URL: /v1/account appwrite | [Error] Type: Appwrite\Extend\Exce...
- JavaScript heap out of memory during bui...
I am running into heap out of memory when I am trying to build an Appwrite site. Usually this can be fixed by modifying the `max-old-space-size` configuration, ...
- client.ping() does not appear to work.
After upgrading to 1.8.0, I ran the `starter_for_flutter` and tested the ping. It failed with a "Server Error". I tried this again on my production instance (1...