Thomas 1 өдөр өмнө
parent
commit
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()