timlau / yumex-dnf-old

Next Generation of Yum Extender using DNF as backend
GNU General Public License v2.0
61 stars 17 forks source link

Better handling of download errors #33

Closed timlau closed 9 years ago

timlau commented 9 years ago

yumex will bail out when 100 download errors has occured, this is not working good on a big transaction and a couple of bad mirrors.

timlau commented 9 years ago

The max error is not set as (number of files / 2) +1 when downloading packages.

mirrors switches is not counted as errors.