X-Git-Url: https://git.saurik.com/apt.git/blobdiff_plain/9622b2111095c3fc705ec0615d27fe403e18c3b8..84b286f65c55e21b4734a17474f1cba464cbbd9c:/methods/server.h diff --git a/methods/server.h b/methods/server.h index f5e68d902..aa692ea93 100644 --- a/methods/server.h +++ b/methods/server.h @@ -140,7 +140,7 @@ class ServerMethod : public pkgAcqMethod virtual ServerState * CreateServerState(URI uri) = 0; virtual void RotateDNS() = 0; - ServerMethod(const char *Ver,unsigned long Flags = 0) : pkgAcqMethod(Ver, Flags), Server(NULL), File(NULL), PipelineDepth(0), AllowRedirect(false), Debug(false) {}; + ServerMethod(const char *Ver,unsigned long Flags = 0) : pkgAcqMethod(Ver, Flags), Server(NULL), File(NULL), PipelineDepth(10), AllowRedirect(false), Debug(false) {}; virtual ~ServerMethod() {}; };