Add settings/methods for increasing download speed. For example:
- using parallel connections for downloading (let users decide how many connections to use)
- using HTTP_v2 and its features like multiplexing (multiple requests over 1 connection)
- increasing buffer size (it's 80kb for now)
Add settings/methods for increasing download speed. For example: