]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/acquire.cc
* debian/rules
[apt.git] / apt-pkg / acquire.cc
index cbd67055d952a37de89027a85804764869f9a5b8..6840ae120c4c9edd0a66043a0791aad1a05f6b16 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)
          added other source retry to have cycle maintain a pipeline depth
          on its own. */
       if (Cnf->Pipeline == true)
-        MaxPipeDepth = 10;
+        MaxPipeDepth = 1000;
       else
         MaxPipeDepth = 1;
    }
       else
         MaxPipeDepth = 1;
    }