AchetaGames / Epic-Asset-Manager

A frontend to Assets purchased on Epic Games Store
https://flathub.org/apps/details/io.github.achetagames.epic_asset_manager
MIT License
386 stars 21 forks source link

parallel downloads #263

Open remi75 opened 3 months ago

remi75 commented 3 months ago

It is impossible to initiate more than one download in the same time.

even if the real download doesn't happen immediately, a kind of queuing system may help a lot :)

regards

aknarts commented 3 months ago

Screenshot from 2024-06-04 23-00-14 A download queue does exist... There is a limit on how many downloads it performs at the same time as to not hog the entire connection(I think that number is currently hardcoded, so probably a good idea to expose it).