How do I reduce the rate limit time or increase the number of trials I'm currently in testing mode and rate limit time is causing delay in testing numerous app functionalities
In cloud? You can't
In self hosted you can change (disable) the abuse variable
In cloud 🌨️☁️
Check the _APP_OPTIONS_ABUSE here https://appwrite.io/docs/advanced/self-hosting/environment-variables#general
☹️☹️
Then no option for client SDKs 😢
Can't server sdk do that
Sure can If you're using server SDK with an API key then you have no limits whatsoever
Thanks for always coming through @Binyamin
Recommended threads
- Local Serverless Function Testing: Are D...
I have followed the instructions to get the CLI working, and have been able to log-in, initialize my project, and created a simple Python function, which calls ...
- Update user email using OTP
Hi, I am trying to implement email update using OTP, there is not password associated with the account. One solution I found online is creating appwrite functio...
- Magic Link token automatically consumed
Hi, I'm using the Magic Link auth system with Appwrite Cloud and I'm running into huge issues getting users to log in successfully. About 9 times out of 10, th...