소스 검색

* apt-pkg/acquire.cc:
- increase MaxPipeDepth for the internal worker<->method
communication to 1000 for the debtorrent backend

Michael Vogt 19 년 전
부모
커밋
7a59dff657
2개의 변경된 파일4개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      apt-pkg/acquire.cc
  2. 3 0
      debian/changelog

+ 1 - 1
apt-pkg/acquire.cc

@@ -619,7 +619,7 @@ bool pkgAcquire::Queue::Startup()
          added other source retry to have cycle maintain a pipeline depth
          added other source retry to have cycle maintain a pipeline depth
          on its own. */
          on its own. */
       if (Cnf->Pipeline == true)
       if (Cnf->Pipeline == true)
-	 MaxPipeDepth = 10;
+	 MaxPipeDepth = 1000;
       else
       else
 	 MaxPipeDepth = 1;
 	 MaxPipeDepth = 1;
    }
    }

+ 3 - 0
debian/changelog

@@ -20,6 +20,9 @@ apt (0.7.7) UNRELEASED; urgency=low
     - increase default mmap size
     - increase default mmap size
   * tests/local-repo:
   * tests/local-repo:
     - added local repository testcase
     - 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
  -- Michael Vogt <michael.vogt@ubuntu.com>  Thu, 02 Aug 2007 11:55:54 +0200