Authored by zhengyouwei

add

... ... @@ -5,7 +5,7 @@
http://www.springframework.org/schema/beans/spring-beans-4.0.xsd">
<bean id="pollingConnectionManager" class="org.apache.http.impl.conn.PoolingHttpClientConnectionManager">
<property name="maxTotal" value="20" />
<property name="maxTotal" value="40" />
<property name="defaultMaxPerRoute" value="5" />
</bean>
... ...