Is it possible to increase the rate limits? I know that the server SDK doesn't get rate limited but I'm using some of the frontend SDKs and I would sometimes hit the rate limits. I would like to increase it a little bit - mostly creating and updating a document.
At the moment, when self hosting, you can either turn on if off the rate limits. For configurable rate limits, 👍 https://github.com/appwrite/appwrite/issues/2953
So I guess for now I can just disable rate limits by doing _APP_OPTIONS_ABUSE=disabled? Is there anything else other than the rate limits that this would disable?
Just the rate limiter
Be aware to use it only in development.
It's also needed to turn on graphql docs
I think I'll just wait for the configurable rate limits. Thanks!
Recommended threads
- Cannot use createdBefore query on bulk d...
sdk: dart version: 19.2.1 ```final timestamp = DateTime.timestamp() .subtract(const Duration(days: 1)) .toIso8601String(); await databas...
- Retrieving items from appwrite collectio...
Hello team, I started experiencing a weird bug yesterday. If I add multiple new items to a collection on the same day, it doesn’t show up in my app when I fetc...
- Upgrade mechanism using coolify
Hi there I am hosting an appwrite instance with coolify. Setting it up worked really well, everything works🎉 But it is stuck on the 1.7.4 version. What is ...