]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/acquire.cc
merged from lp:~mvo/apt/mvo
[apt.git] / apt-pkg / acquire.cc
index 68ff393d05cb83d37492aa125aaaa571934aaef5..74510ae21aaaef46ff13aeb9578c8f4b295c99f7 100644 (file)
@@ -24,7 +24,8 @@
 
 #include <iostream>
 #include <sstream>
-    
+#include <stdio.h>
+
 #include <dirent.h>
 #include <sys/time.h>
 #include <errno.h>
@@ -618,7 +619,7 @@ bool pkgAcquire::Queue::Startup()
          added other source retry to have cycle maintain a pipeline depth
          on its own. */
       if (Cnf->Pipeline == true)
-        MaxPipeDepth = 1000;
+        MaxPipeDepth = _config->FindI("Acquire::Max-Pipeline-Depth",10);
       else
         MaxPipeDepth = 1;
    }