projects
/
apt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Merge remote-tracking branch 'upstream/debian/sid' into feature/source-deb822
[apt.git]
/
apt-pkg
/
acquire-item.cc
diff --git
a/apt-pkg/acquire-item.cc
b/apt-pkg/acquire-item.cc
index 04505b35a32990ac96a748b5b513101d37bbebda..b7692131212175e86cb19dc066ecb70e5f1fc237 100644
(file)
--- a/
apt-pkg/acquire-item.cc
+++ b/
apt-pkg/acquire-item.cc
@@
-460,7
+460,7
@@
bool pkgAcqDiffIndex::ParseDiffIndex(string IndexDiffFile) /*{{{*/
if (available_patches.empty() == false)
{
// patching with too many files is rather slow compared to a fast download
if (available_patches.empty() == false)
{
// patching with too many files is rather slow compared to a fast download
- unsigned long const fileLimit = _config->FindI("Acquire::PDiffs::FileLimit", 0);
+ unsigned long const fileLimit = _config->FindI("Acquire::PDiffs::FileLimit",
2
0);
if (fileLimit != 0 && fileLimit < available_patches.size())
{
if (Debug)
if (fileLimit != 0 && fileLimit < available_patches.size())
{
if (Debug)