
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
- Cannot create a user
Hi, I am using a lowcoder frontend and trying to create a user in Appwrite (python function). Unfortunately, all I got is an error: "Raw body: Error". It means...
- Relationships restricted to a max depth ...
When I do query like: ``` await _databases.listDocuments( databaseId: AppwriteConfig.DATABASE_ID, collectionId: AppwriteConfig.SERVICES_COLLECTI...
- Invalid credentials after migration
Hi everyone! After migrating our self-hosted Appwrite 1.3.1 to another server (staging, so a different domain), we are now getting 'Invalid credentials' when ...
