Browse Source

lim s batch para

Thomas 1 ngày trước cách đây
mục cha
commit
e5838fa74e
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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()