It's so faster if change _download_file method to support multi-connection download.
|
def _download_file(self, url: str, path: str): |
Problem definition
Download is slow for my network situation. (I believe others can experience it, too.)
Current behaviour and workarounds
Proposed solution (optional)
make _download_file method multi-connection.
this is an example:
http://stackoverflow.com/questions/13973188/ddg#13973531
It's so faster if change
_download_filemethod to support multi-connection download.proxpi/src/proxpi/_cache.py
Line 654 in caa09de
Problem definition
Download is slow for my network situation. (I believe others can experience it, too.)
Current behaviour and workarounds
Proposed solution (optional)
make
_download_filemethod multi-connection.this is an example:
http://stackoverflow.com/questions/13973188/ddg#13973531