@@ -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()