diff --git a/starters/threadpool/server/src/main/java/cn/hippo4j/springboot/starter/support/DynamicThreadPoolConfigService.java b/starters/threadpool/server/src/main/java/cn/hippo4j/springboot/starter/support/DynamicThreadPoolConfigService.java index f28a0df5..5fd832f5 100644 --- a/starters/threadpool/server/src/main/java/cn/hippo4j/springboot/starter/support/DynamicThreadPoolConfigService.java +++ b/starters/threadpool/server/src/main/java/cn/hippo4j/springboot/starter/support/DynamicThreadPoolConfigService.java @@ -62,7 +62,6 @@ public class DynamicThreadPoolConfigService extends AbstractDynamicThreadPoolSer @Override public ThreadPoolExecutor registerDynamicThreadPool(DynamicThreadPoolRegisterWrapper registerWrapper) { ThreadPoolExecutor dynamicThreadPoolExecutor = registerExecutor(registerWrapper); - subscribeConfig(registerWrapper); putNotifyAlarmConfig(registerWrapper); return dynamicThreadPoolExecutor; }