This repository was archived by the owner on Jul 16, 2024. It is now read-only.

Description
Reaching this rate limit results to failed transactions with a socket hang up error.
How many objects are "too many" depends on the rpc rate limit, but as a rule of thumb let's say anything greater than 500.
To resolve this we could either increase the amount of objects that are fetched lazily into the mainPool or load all the objects at once instead of batches.