Add parallelism = 3 hotfix (this branch only)

This commit is contained in:
Petar Kapriš 2022-11-23 15:55:33 +01:00
parent a4cc4dfd19
commit 82c1339388

View file

@ -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);
} }