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) {
|
} catch (Exception e) {
|
||||||
e.printStackTrace();
|
e.printStackTrace();
|
||||||
}
|
}
|
||||||
parallelism = p;
|
parallelism = 3;
|
||||||
pool = new ForkJoinPool(parallelism);
|
pool = new ForkJoinPool(parallelism);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue