]> git.saurik.com Git - apt.git/blobdiff - methods/server.h
rename StringType VERSION to VERSIONNUMBER
[apt.git] / methods / server.h
index f5e68d9027b6373d10da5d507365c37c817eea79..aa692ea931ba5773a2dd8d4453916bfcb4793972 100644 (file)
@@ -140,7 +140,7 @@ class ServerMethod : public pkgAcqMethod
    virtual ServerState * CreateServerState(URI uri) = 0;
    virtual void RotateDNS() = 0;
 
    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() {};
 };
 
    virtual ~ServerMethod() {};
 };