Commit 94148e9b authored by Brian Clozel's avatar Brian Clozel

Upgrade to Couchbase Java Client 3.0.7

Closes gh-22688
parent fb1234a2
...@@ -117,7 +117,7 @@ public class CouchbaseProperties { ...@@ -117,7 +117,7 @@ public class CouchbaseProperties {
* Length of time an HTTP connection may remain idle before it is closed and * Length of time an HTTP connection may remain idle before it is closed and
* removed from the pool. * removed from the pool.
*/ */
private Duration idleHttpConnectionTimeout = Duration.ofSeconds(30); private Duration idleHttpConnectionTimeout = Duration.ofMillis(4500);
public int getMinEndpoints() { public int getMinEndpoints() {
return this.minEndpoints; return this.minEndpoints;
......
...@@ -216,7 +216,7 @@ bom { ...@@ -216,7 +216,7 @@ bom {
] ]
} }
} }
library("Couchbase Client", "3.0.5") { library("Couchbase Client", "3.0.7") {
group("com.couchbase.client") { group("com.couchbase.client") {
modules = [ modules = [
"java-client" "java-client"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment