]> git.saurik.com Git - apt.git/commit
reenable unlimited pdiff files download
authorDavid Kalnischkies <david@kalnischkies.de>
Fri, 27 Dec 2013 13:52:15 +0000 (14:52 +0100)
committerDavid Kalnischkies <david@kalnischkies.de>
Wed, 15 Jan 2014 15:09:57 +0000 (16:09 +0100)
commitc3a17127ad383ec8e1f480ff2e1a4dccaa537a11
treefc1eb163a4f1726c85bf09ee6d20ff9999a14abf
parent1e4a2b763f2225d6de3d498263da2a1a12697667
reenable unlimited pdiff files download

In 51fc6def77edfb1f429a48e5169519e9e05a759b we limited the amount of
pdiff to be downloaded per index to 20. This was a compromise between
not letting it go overboard (becoming even slower) and not using
bandwidth needlessly. Now that with the POC the speed reason is gone it
makes sense again to download as much files as we possible can via pdiff
to save bandwidth (and possibly even time).

It also avoids problems with the limit in cases we were we deal with a
server merged archieve as this limit assumes a strict patch progression.
apt-pkg/acquire-item.cc