Upgrade to Couchbase Client 3.0.6

Closes gh-22456
This commit is contained in:
Andy Wilkinson 2020-07-21 12:35:36 +01:00
parent 48ea8caf3d
commit f88038f00d
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

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