|
@@ -125,7 +125,7 @@ public class SystemConstant {
|
|
|
* 线程池配置
|
|
|
*/
|
|
|
public static final String THREAD_POOL_NAME = "arbitrateThreadPool";
|
|
|
- public static final int THREAD_POOL_CORE_POOL_SIZE = 5;
|
|
|
+ public static final int THREAD_POOL_CORE_POOL_SIZE = 20;
|
|
|
public static final int THREAD_POOL_MAX_POOL_SIZE = 100;
|
|
|
public static final int THREAD_POOL_KEEP_ALIVE_SECONDS = 10;
|
|
|
public static final int THREAD_POOL_QUEUE_CAPACITY = 500;
|