Throttling logic
Adjust pThrottle({ limit: 15, interval: 1200 }) to avoid the issue, note that it may increase load times.
How may it increase load times?
limit 15, interval: 1200 will allow 15 threads (parallel requests) every 1.2 seconds or so. Data size wise, hen is at a point where a local cache makes sense for at least the token metadata.
Hmm, this seems to be running of an older, possibly reverted version of master, if you could reimplement that would be good, also I don't understand what this PR solves
Should I close this? We've reworked the code completely since this was made