]> git.saurik.com Git - apt.git/commitdiff
* apt-pkg/acquire.cc:
authorMichael Vogt <michael.vogt@ubuntu.com>
Tue, 28 Aug 2007 08:17:07 +0000 (10:17 +0200)
committerMichael Vogt <michael.vogt@ubuntu.com>
Tue, 28 Aug 2007 08:17:07 +0000 (10:17 +0200)
  - increase MaxPipeDepth for the internal worker<->method
    communication to 1000 for the debtorrent backend

apt-pkg/acquire.cc
debian/changelog

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)
-        MaxPipeDepth = 10;
+        MaxPipeDepth = 1000;
       else
         MaxPipeDepth = 1;
    }
index 24663ffa9ed1c8aeb770038e9aed4066d1887616..e1d9a24779b6dfef11901cc19325f1e7e1c4931c 100644 (file)
@@ -20,6 +20,9 @@ apt (0.7.7) UNRELEASED; urgency=low
     - increase default mmap size
   * tests/local-repo:
     - added local repository testcase
+  * apt-pkg/acquire.cc:
+    - increase MaxPipeDepth for the internal worker<->method
+      communication to 1000 for the debtorrent backend
 
  -- Michael Vogt <michael.vogt@ubuntu.com>  Thu, 02 Aug 2007 11:55:54 +0200