Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
benjchristensen committed Sep 22, 2013
1 parent bd81958 commit 5c3bc41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rxjava-contrib/rxjava-apache-http/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ or a custom client with configuration options:
```java
final RequestConfig requestConfig = RequestConfig.custom()
.setSocketTimeout(3000)
.setConnectTimeout(3000).build();
.setConnectTimeout(500).build();
final CloseableHttpAsyncClient httpclient = HttpAsyncClients.custom()
.setDefaultRequestConfig(requestConfig)
.setMaxConnPerRoute(20)
Expand Down

0 comments on commit 5c3bc41

Please sign in to comment.