Commit 603e65a6 authored by Stephane Nicoll's avatar Stephane Nicoll

Polish

parent 0566c29e
...@@ -134,7 +134,7 @@ public class R2dbcProperties { ...@@ -134,7 +134,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