
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
TL;DR
There are rate limit restrictions for client SDKs, but server SDKs with an API key have no limits. You can check the `_APP_OPTIONS_ABUSE` variable in the link provided to see if it can help in reducing the rate limit time or increasing the number of trials. In self-hosted environments, you can change or disable the abuse variable, but this is not possible in cloud hosting. The rate limit time may cause delays in testing app functionalities when in testing mode.
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
