|
|
@ -73,8 +73,8 @@ public class QuartzConfig { |
|
|
|
@Bean(name = "wmshandlerPool") |
|
|
|
public ThreadPoolExecutor wmshandlerPool() { |
|
|
|
return new ThreadPoolExecutor( |
|
|
|
10, // corePoolSize
|
|
|
|
20, // maximumPoolSize
|
|
|
|
5, // corePoolSize
|
|
|
|
10, // maximumPoolSize
|
|
|
|
60, // keepAliveTime
|
|
|
|
TimeUnit.SECONDS, |
|
|
|
new LinkedBlockingQueue<>(1000), |
|
|
|