Hi guys, I am getting from moralis API follwing response
{\"x-rate-limit-limit\":\"60\",\"x-rate-limit-remaining-ttl\":\"5\",\"x-rate-limit-used\":\"78\"}
Is this message indicates that my app is doing 18 more requests then rate limit allows ? And if yes should I request for raising my plan to custom one ? Tbh I was pretty sure that pro plan will be enough for our needs.
This situtation occurs during app cold start when a lot of data are needed. After that, cache on my app side, keeps data and refresh only those queries that are stale so there is no problem later on.
I would appreciate your help.
Thanks