]> git.saurik.com Git - apt.git/commitdiff
rred: Run in parallel
authorJulian Andres Klode <jak@debian.org>
Thu, 7 Jan 2016 16:09:30 +0000 (17:09 +0100)
committerJulian Andres Klode <jak@debian.org>
Thu, 7 Jan 2016 16:32:39 +0000 (17:32 +0100)
Remove the SingleInstance flag so we can use the new randomized
queue feature to run parallel.

methods/rred.cc

index 80f8746c7176bd4cdf9833762f73203eae5e1531..0f938adf8648a756e1bfb64e0b255c700b8f68d3 100644 (file)
@@ -684,7 +684,7 @@ class RredMethod : public aptMethod {
       }
 
    public:
-      RredMethod() : aptMethod("rred", "2.0",SingleInstance | SendConfig), Debug(false) {}
+      RredMethod() : aptMethod("rred", "2.0", SendConfig), Debug(false) {}
 };
 
 int main(int argc, char **argv)