Upgrade to Couchbase Java Client 3.0.7

Closes gh-22688
This commit is contained in:
Brian Clozel 2020-08-04 13:26:58 +02:00
parent fb1234a22c
commit 94148e9b54
2 changed files with 2 additions and 2 deletions

View File

@ -117,7 +117,7 @@ public class CouchbaseProperties {
* 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;

View File

@ -216,7 +216,7 @@ bom {
]
}
}
library("Couchbase Client", "3.0.5") {
library("Couchbase Client", "3.0.7") {
group("com.couchbase.client") {
modules = [
"java-client"