Hi Team,
My coding terminal connected to the Appwrite CLI blew through my Projects Read request limit with in a day! and thats a large limit! I'm not sure how to prevent this as my traffic would not ever come close to blowing that limit as a result, my projects DB & Auth are unreachable from the frontend on any of my deployments.
What should I look for in specific that may be leading to such excessive read request usage and to prevent it from happening again.
Your help is greatly appreciated in advance.
Thank you
TL;DR
Issue: Appwrite CLI causing Read Request Limit to be exceeded quickly.
Solution: Look into potential reasons for excessive read request usage, such as inefficient code or unintended repetitive requests. Adjust code to minimize unnecessary read requests and prevent hitting the limit in the future.