Closed SeedyROM closed 9 months ago
Our old way of spamming the RPCs was making our providers not happy and they probably implemented some kind of load balancing.
Now we get historical batches in chunks and wait between each request to keep the providers happy!
Can other people try this out locally?
After some thinking the last real improvement we can make is instead of sending a tx_search query for each block we use a range for that as well. Not sure if this will help, but it's an idea!
tx_search
Our old way of spamming the RPCs was making our providers not happy and they probably implemented some kind of load balancing.
Now we get historical batches in chunks and wait between each request to keep the providers happy!
Can other people try this out locally?