|
@@ -125,9 +125,9 @@ public class SystemConstant {
|
|
* 线程池配置
|
|
* 线程池配置
|
|
*/
|
|
*/
|
|
public static final String THREAD_POOL_NAME = "arbitrateThreadPool";
|
|
public static final String THREAD_POOL_NAME = "arbitrateThreadPool";
|
|
- public static final int THREAD_POOL_CORE_POOL_SIZE = 10;
|
|
|
|
- public static final int THREAD_POOL_MAX_POOL_SIZE = 40;
|
|
|
|
- public static final int THREAD_POOL_KEEP_ALIVE_SECONDS = 60;
|
|
|
|
|
|
+ public static final int THREAD_POOL_CORE_POOL_SIZE = 5;
|
|
|
|
+ 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;
|
|
public static final int THREAD_POOL_QUEUE_CAPACITY = 500;
|
|
|
|
|
|
/**
|
|
/**
|