Skip to content

Commit

Permalink
Update ProxyServletImpl.java
Browse files Browse the repository at this point in the history
  • Loading branch information
riteshvaryani authored Jul 9, 2024
1 parent 4075810 commit 87c64f9
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,7 @@ protected HttpClient newHttpClient() {

HttpClient httpClient = new HttpClient(sslFactory);
httpClient.setMaxConnectionsPerDestination(10000);
httpClient.setConnectTimeout(TimeUnit.SECONDS.toMillis(65));
httpClient.setIdleTimeout(TimeUnit.SECONDS.toMillis(65));
httpClient.setRequestBufferSize(2048000);
httpClient.setResponseBufferSize(2048000);
httpClient.setConnectTimeout(TimeUnit.SECONDS.toMillis(60));

return httpClient;
}
Expand Down

0 comments on commit 87c64f9

Please sign in to comment.