]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/acquire.cc
* methods/mirror.{cc,h}:
[apt.git] / apt-pkg / acquire.cc
index 6840ae120c4c9edd0a66043a0791aad1a05f6b16..cbd67055d952a37de89027a85804764869f9a5b8 100644 (file)
@@ -619,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 = 10;
       else
         MaxPipeDepth = 1;
    }