Add parallelism = 3 hotfix (this branch only)
This commit is contained in:
		
							parent
							
								
									a4cc4dfd19
								
							
						
					
					
						commit
						82c1339388
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -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…
	
	Add table
		
		Reference in a new issue
	
	 Petar Kapriš
						Petar Kapriš