ソースを参照

lim s batch para

Thomas 1 日 前
コミット
e5838fa74e
1 ファイル変更1 行追加1 行削除
  1. 1 1
      src/commands/mod.rs

+ 1 - 1
src/commands/mod.rs

@@ -818,7 +818,7 @@ where
     // }
 
     // Rule for the IGR cluster because the admins dont want to implement propoper rules so we are 
-    let max_parallel = 30;
+    let max_parallel = 22;
     let pool = rayon::ThreadPoolBuilder::new()
         .num_threads(max_parallel)
         .build()