parent
48ea8caf3d
commit
f88038f00d
|
@ -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;
|
||||||
|
|
|
@ -215,7 +215,7 @@ bom {
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
library("Couchbase Client", "3.0.5") {
|
library("Couchbase Client", "3.0.6") {
|
||||||
group("com.couchbase.client") {
|
group("com.couchbase.client") {
|
||||||
modules = [
|
modules = [
|
||||||
"java-client"
|
"java-client"
|
||||||
|
|
Loading…
Reference in New Issue