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
- Having issues with login via CLI
``` ~/appwrite appwrite login --endpoint https://localhost/v1 --verbose ? Enter your email myvalidemai...
- delete document problems
i don't know what's going on but i get an attribute "tournamentid" not found in the collection when i try to delet the document... but this is just the document...
- Attributes Confusion
```import 'package:appwrite/models.dart'; class OrdersModel { String id, email, name, phone, status, user_id, address; int discount, total, created_at; L...