erickutcher / httpdownloader

HTTP(S) download manager that uses input/output completion ports (IOCP).
https://erickutcher.github.io/#HTTP_Downloader
571 stars 62 forks source link

The number of download parts cannot be updated #228

Open RationalFragile opened 1 year ago

RationalFragile commented 1 year ago

Hi, I'm wondering why the download parts shown in the "update download" window are grayed out and cannot be changed. Thank you.

erickutcher commented 1 year ago

It can only be updated if the download was added with more than 1 part. And it can only be used to reduce the number of active parts. So for example, if you added a URL and set it to use 4 parts, then that can later be updated to use 4 or less parts. If it was added with just 1 part, then it'll be greyed out.