minor - the change to set threadpool default min size to 10 in previous revision is incomplete.
This commit is contained in:
parent
287e78722f
commit
0db426e772
|
@ -545,7 +545,7 @@ public final class Adempiere
|
|||
} // startup
|
||||
|
||||
private static void createThreadPool() {
|
||||
int min = 20;
|
||||
int min = 10;
|
||||
int max = 200;
|
||||
Properties properties = Ini.getProperties();
|
||||
String maxSize = properties.getProperty("MaxThreadPoolSize");
|
||||
|
|
Loading…
Reference in New Issue