Explorar el 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 hace 10 años
padre
commit
4fcff7ed46
Se han modificado 1 ficheros con 1 adiciones y 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)