Add parallelism = 3 hotfix (this branch only)
This commit is contained in:
parent
a4cc4dfd19
commit
82c1339388
|
@ -149,7 +149,7 @@ public class UtilsGL {
|
|||
} catch (Exception e) {
|
||||
e.printStackTrace();
|
||||
}
|
||||
parallelism = p;
|
||||
parallelism = 3;
|
||||
pool = new ForkJoinPool(parallelism);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue