删除CommonDynamicThreadPool下多余API

pull/104/head
zhaiweij 3 years ago
parent 32bf86c377
commit 4b297ce48a

@ -20,7 +20,6 @@ public class CommonDynamicThreadPool {
.threadFactory(threadPoolId) .threadFactory(threadPoolId)
.poolThreadSize(2, 4) .poolThreadSize(2, 4)
.keepAliveTime(60L, TimeUnit.SECONDS) .keepAliveTime(60L, TimeUnit.SECONDS)
.alarmConfig(1, 80, 80)
.workQueue(QueueTypeEnum.RESIZABLE_LINKED_BLOCKING_QUEUE, 1024) .workQueue(QueueTypeEnum.RESIZABLE_LINKED_BLOCKING_QUEUE, 1024)
.build(); .build();
return poolExecutor; return poolExecutor;

Loading…
Cancel
Save