Skip to content

Commit

Permalink
Upgrade to Couchbase Client 3.0.6
Browse files Browse the repository at this point in the history
Closes gh-22456
  • Loading branch information
wilkinsona committed Jul 21, 2020
1 parent 48ea8ca commit f88038f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -117,7 +117,7 @@ public static class Io {
* Length of time an HTTP connection may remain idle before it is closed and
* removed from the pool.
*/
private Duration idleHttpConnectionTimeout = Duration.ofSeconds(30);
private Duration idleHttpConnectionTimeout = Duration.ofMillis(4500);

public int getMinEndpoints() {
return this.minEndpoints;
Expand Down
2 changes: 1 addition & 1 deletion spring-boot-project/spring-boot-dependencies/build.gradle
Expand Up @@ -215,7 +215,7 @@ bom {
]
}
}
library("Couchbase Client", "3.0.5") {
library("Couchbase Client", "3.0.6") {
group("com.couchbase.client") {
modules = [
"java-client"
Expand Down

0 comments on commit f88038f

Please sign in to comment.