We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd81958 commit 5c3bc41Copy full SHA for 5c3bc41
rxjava-contrib/rxjava-apache-http/README.md
@@ -54,7 +54,7 @@ or a custom client with configuration options:
54
```java
55
final RequestConfig requestConfig = RequestConfig.custom()
56
.setSocketTimeout(3000)
57
- .setConnectTimeout(3000).build();
+ .setConnectTimeout(500).build();
58
final CloseableHttpAsyncClient httpclient = HttpAsyncClients.custom()
59
.setDefaultRequestConfig(requestConfig)
60
.setMaxConnPerRoute(20)
0 commit comments