- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for setMaxConnectionsPerRoute (0.09 sec)
-
README.md
``` ### Connection Pool Tuning ```java container.singleton("httpClient", HcHttpClient.class, client -> { client.setMaxConnections(200); // Total connections client.setMaxConnectionsPerRoute(20); // Per-host connections client.setConnectionTimeout(30000); // Connection timeout client.setSocketTimeout(60000); // Read timeout }); ``` ### Memory Management ```java
Registered: Sun Sep 21 03:50:09 UTC 2025 - Last Modified: Sun Aug 31 05:32:52 UTC 2025 - 15.3K bytes - Viewed (0)