This commit is contained in:
Stephane Nicoll
2020-07-14 16:57:15 +02:00
parent 0566c29e34
commit 603e65a629

View File

@@ -134,7 +134,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);