Merge pull request #104 from zhaiweij/develop

删除CommonDynamicThreadPool下多余API
pull/105/head
龙台 Long Tai 3 years ago committed by GitHub
commit d272589a11
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save