Explorar o código

rred: Run in parallel

Remove the SingleInstance flag so we can use the new randomized
queue feature to run parallel.
Julian Andres Klode %!s(int64=10) %!d(string=hai) anos
pai
achega
4fcff7ed46
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      methods/rred.cc

+ 1 - 1
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)