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
- Endless certificate generation cycle
Hello, when I try to add the subdomain stats.hedgehog-rp.ru, I get an infinite loop while the certificate is being generated. There are no problems with adding ...
- Update from 1.8 to 1.8.1 failing
I have spent the past 2 hours trying to figure this out but I really dont know what to do. 1.8. was a fresh install because the upgrade from 1.7.4 was a total m...
- Realtime not working for some tables
Hi, I've got an issue where I can setup a realtime connection to listen to some tables, but some not all. I have two tables `history` and `users`. Both can be ...