Skip to content

Commit

Permalink
[2.4] 依赖升级
Browse files Browse the repository at this point in the history
  • Loading branch information
li.yao committed Jun 9, 2022
1 parent c4bf134 commit 1095b91
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public CloseableHttpClient getHttpClient() {

private HttpClientPool() {
connManager = new PoolingHttpClientConnectionManager();
connManager.setMaxTotal(2000);
connManager.setMaxTotal(1200);
connManager.setDefaultMaxPerRoute(600);
requestConfig = RequestConfig.custom()
.setConnectTimeout(connectTimeout).setConnectionRequestTimeout(connectionRequestTimeout)
Expand Down

0 comments on commit 1095b91

Please sign in to comment.