This repository was archived by the owner on Mar 16, 2019. It is now read-only.
This repository was archived by the owner on Mar 16, 2019. It is now read-only.
Changes that slowed down download? #48
Closed
Description
Hi guys,
I'm using this library to download a massive amount of separate files to disk (1k+ per load). It's a mapping application, and so this is necessary.
Since the latest version (I upgraded from 0.4.2 to 0.5.2) downloads have slowed down significantly. Any suggestions where I can look to fix this? It almost seems like the requests are now syncrhonous instead of asynchronous. Unable to perform multiple requests at the same time?
Thanks!