Replies: 1 comment
-
|
No, I am afraid UniGetUI just calls the package managers to do the update, so I don't reallu have true control over the install/update process, therefore I can't implement this. However, you can set the concurrency limit to 2 or 3 from UniGetUI Settings |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Not sure if the architecture of the package installer even would allow for this but allow me to suggest anyways:
When installing multiple packages, we currently have a strong and linear download-install sequence.
Any chance in starting the download of package N+1, while the installation of package N is still under ways?
Lets say package N takes a second to download, and a minute to install, whereas N+1 takes a minute to download and a second to install. Currently, the installation takes 2 mins and 2 seconds.
If the download of N+1 could start while the installation is running, overall installation time would be reduced to 1 min, 2 seconds.
(for all I remember, this is how it worked with Ninite - which I will in either way have no interrest in going back to :-)
Beta Was this translation helpful? Give feedback.
All reactions