Commit 3ceae841 authored by Stephane Nicoll's avatar Stephane Nicoll

Merge branch '2.3.x'

parents 7fd2284b 603e65a6
...@@ -137,7 +137,7 @@ public class R2dbcProperties { ...@@ -137,7 +137,7 @@ public class R2dbcProperties {
public static class Pool { 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); private Duration maxIdleTime = Duration.ofMinutes(30);
......
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