Closed anson-vandoren closed 5 years ago
Look at all klines that need to be downloaded, break them into chunks of max_limit (currently 1000), and start parallel downloads of all while still respecting Binance API rate limits.
max_limit
Addresses issue #8
Beautiful work! Thank you @anson-vandoren
Look at all klines that need to be downloaded, break them into chunks of
max_limit
(currently 1000), and start parallel downloads of all while still respecting Binance API rate limits.Addresses issue #8