robvdpol / RaceControl

Race Control is a standalone, open source F1TV client for Windows, written in C# on the .NET platform.
GNU General Public License v3.0
1.19k stars 93 forks source link

[FEATURE] Multi-connection downloads of sessions #478

Open Digi421 opened 1 year ago

Digi421 commented 1 year ago

Is your feature request related to a problem? Please describe. Not a problem, just a feature request. Not even sure if it's possible.

Describe the solution you'd like I'd like more server connections when downloading sessions so that downloading doesn't take an hour.

Describe alternatives you've considered I'd love to use some kind of download manager but I assume that's not possible, so increasing the number of server connections would be fabulous.

Additional context A regular browser opens about 4 connections per domain in order to download data. Something similar for F1RC would be nice, though I'm unsure if this is possible due to API usage.