gitCloneTaskExecutor 加大参数
This commit is contained in:
parent
d309265a30
commit
6ac54237ae
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue