浏览代码

rred: Run in parallel

Remove the SingleInstance flag so we can use the new randomized
queue feature to run parallel.
Julian Andres Klode 10 年之前
父节点
当前提交
4fcff7ed46
共有 1 个文件被更改,包括 1 次插入1 次删除
  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)