gitCloneTaskExecutor 加大参数

This commit is contained in:
jiangzhongxiang 2019-08-12 15:39:09 +08:00
parent d309265a30
commit 6ac54237ae
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@
<bean id="gitCloneTaskExecutor"
class="org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor">
<property name="corePoolSize" value="20" />
<property name="corePoolSize" value="100" />
<property name="maxPoolSize" value="200" />
<property name="queueCapacity" value="200" />
<property name="waitForTasksToCompleteOnShutdown"