Browse Source

Merge branch '2.3.x'

pull/22329/head
Stephane Nicoll 6 years ago
parent
commit
3ceae84176
  1. 2
      spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/r2dbc/R2dbcProperties.java

2
spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/r2dbc/R2dbcProperties.java

@ -137,7 +137,7 @@ public class R2dbcProperties { @@ -137,7 +137,7 @@ public class R2dbcProperties {
public static class Pool {
/**
* Idle timeout.
* Maximum amount of time that a connection is allowed to sit idle in the pool.
*/
private Duration maxIdleTime = Duration.ofMinutes(30);

Loading…
Cancel
Save