]> git.saurik.com Git - apt.git/blobdiff - methods/http.cc
* methods/http.cc:
[apt.git] / methods / http.cc
index bb02176e9d5522515315ce5cc4aaf7e0cff84551..c8e6f1b7b51903e35aa818f990b05d4d3377bee0 100644 (file)
@@ -61,7 +61,7 @@ using namespace std;
 string HttpMethod::FailFile;
 int HttpMethod::FailFd = -1;
 time_t HttpMethod::FailTime = 0;
-unsigned long PipelineDepth = 10;
+unsigned long PipelineDepth = 0;
 unsigned long TimeOut = 120;
 bool AllowRedirect = false;
 bool Debug = false;