Skip to content

Commit 53f2f68

Browse files
committed
style: remove chinese comments
1 parent 516557b commit 53f2f68

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apollo-portal/src/main/java/com/ctrip/framework/apollo/portal/component/RestTemplateFactory.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@ public boolean isSingleton() {
6262
public void afterPropertiesSet() throws UnsupportedEncodingException {
6363

6464
PoolingHttpClientConnectionManager connectionManager = new PoolingHttpClientConnectionManager();
65-
connectionManager.setMaxTotal(portalConfig.connectPoolMaxTotal()); //最大连接数
66-
connectionManager.setDefaultMaxPerRoute(portalConfig.connectPoolMaxPerRoute()); //每个路由(域名)最大连接数
65+
connectionManager.setMaxTotal(portalConfig.connectPoolMaxTotal());
66+
connectionManager.setDefaultMaxPerRoute(portalConfig.connectPoolMaxPerRoute());
6767

6868
CloseableHttpClient httpClient = HttpClientBuilder.create()
6969
.setConnectionTimeToLive(portalConfig.connectionTimeToLive(), TimeUnit.MILLISECONDS)

0 commit comments

Comments
 (0)