对象存储子线程无法导入的问题
This commit is contained in:
parent
b0c5fa0f75
commit
f85bf1ce3b
@ -12,7 +12,7 @@ import java.util.concurrent.*;
|
||||
public class ThreadPoolUtil {
|
||||
|
||||
private static final int CORE_POOL_SIZE = Runtime.getRuntime().availableProcessors();
|
||||
private static final int MAX_POOL_SIZE = CORE_POOL_SIZE * 2;
|
||||
private static final int MAX_POOL_SIZE = CORE_POOL_SIZE * 2 + 1;
|
||||
private static final int QUEUE_CAPACITY = 500;
|
||||
private static final long KEEP_ALIVE_TIME = 60L;
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user