From 4fcff7ed46aec6c0147abe855c13dd537277273e Mon Sep 17 00:00:00 2001 From: Julian Andres Klode Date: Thu, 7 Jan 2016 17:09:30 +0100 Subject: [PATCH] rred: Run in parallel Remove the SingleInstance flag so we can use the new randomized queue feature to run parallel. --- methods/rred.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.45.2