Skip to content

Commit fa72a27

Browse files
Update README.md
1 parent 93c1c9d commit fa72a27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rxjava-contrib/rxjava-apache-http/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ or a custom client with configuration options:
5454
```java
5555
final RequestConfig requestConfig = RequestConfig.custom()
5656
.setSocketTimeout(3000)
57-
.setConnectTimeout(3000).build();
57+
.setConnectTimeout(500).build();
5858
final CloseableHttpAsyncClient httpclient = HttpAsyncClients.custom()
5959
.setDefaultRequestConfig(requestConfig)
6060
.setMaxConnPerRoute(20)

0 commit comments

Comments
 (0)