Hello,
is it possible to override the rate limits on some apis such as document creation? The doc says This endpoint is limited to 120 requests in every 1 minutes per IP address, I wonder if it's possible to change this number? Thanks
Are you using a self hosting instance?
Yes
disable _APP_OPTIONS_ABUSE in your .env file
Hmm, so it's either disabled or enabled with 120 limits?
Yes, that is the option at the moment you can check this issues:
https://github.com/appwrite/appwrite/issues/4965 https://github.com/appwrite/appwrite/issues/2953
4965 is duplicate, check out 2953 ❤️
Thank you guys for the information, I hope this happens in a future release, I will close this post now
Recommended threads
- listRows result parsing issue
I'm using Appwrite Dart SDK "24.2.0". When I perform a listRows call in dart, I have this reponse in JSON: in " Future<models.RowList> listRows()" { "total" :...
- Index for combination of columns
How am i suppposed to apply index so that combination of two columns alwasy remain unique in appwrite table though console
- Broken Flutter SDK >=24.1.0
Row.fromMap now does: ``` data: Map<String, dynamic>.from(map["data"] ?? {}) ``` But Appwrite Cloud TablesDB row responses return custom row columns flattene...