From: Julian Andres Klode Date: Thu, 7 Jan 2016 16:09:30 +0000 (+0100) Subject: rred: Run in parallel X-Git-Tag: 1.2_exp1~32 X-Git-Url: https://git.saurik.com/apt.git/commitdiff_plain/4fcff7ed46aec6c0147abe855c13dd537277273e rred: Run in parallel Remove the SingleInstance flag so we can use the new randomized queue feature to run parallel. --- diff --git a/methods/rred.cc b/methods/rred.cc index 80f8746c7..0f938adf8 100644 --- a/methods/rred.cc +++ b/methods/rred.cc @@ -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)