|
@@ -65,7 +65,7 @@ public class DeviceThreadPoolConfig {
|
|
.keepAlive(60)
|
|
.keepAlive(60)
|
|
.queueSize(coreSize * 10)
|
|
.queueSize(coreSize * 10)
|
|
.rejected((r, executor) -> {
|
|
.rejected((r, executor) -> {
|
|
- throw new CommRuntimeException("统计消费者线程池已满");
|
|
|
|
|
|
+ throw new CommRuntimeException("设备上下线消费者线程池已满");
|
|
})
|
|
})
|
|
.builder();
|
|
.builder();
|
|
}
|
|
}
|