|
@ -34,7 +34,7 @@ public class AsyncConfig {
|
|
|
private int keepAliveSeconds = 300;
|
|
|
|
|
|
@Bean
|
|
|
public Executor dbExtractExecutor() {
|
|
|
public Executor wlyyExecutor() {
|
|
|
ThreadPoolTaskExecutor executor = new ThreadPoolTaskExecutor();
|
|
|
executor.setCorePoolSize(corePoolSize);
|
|
|
executor.setMaxPoolSize(maxPoolSize);
|