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
- restore paused project not working
https://cloud.appwrite.io/console/project-sfo-69b1b841002ca6a07f14/overview/platforms
- 1.6.2 to 1.7.0
Hi everyone. I am running a self-hosted Appwrite server on version 1.6.2. What is the safest way to migrate to the next version? Should I update directly to...
- Exception: Route not found when calling ...
I have self-hosted v1.8.1 and I am using an Appwrite function with node-appwrite v22. When I call the createVarcharColumn() in my server function I get this exc...