pull/60/head
Brett Wooldridge 11 years ago
parent 80601478cf
commit 9c058e7b3a

@ -165,7 +165,7 @@ before timing out. *Default: 10*
This property controls the minimum number of *idle connections* that HikariCP tries to maintain This property controls the minimum number of *idle connections* that HikariCP tries to maintain
in the pool. If the idle connections dip below this value, HikariCP will make a best effort to in the pool. If the idle connections dip below this value, HikariCP will make a best effort to
add additional connections quickly and efficiently. However, for maximum performance and add additional connections quickly and efficiently. However, for maximum performance and
responsiveness to spike demands, we recommend *not* setting this value and instead alloing responsiveness to spike demands, we recommend *not* setting this value and instead allowing
HikariCP to act as a *fixed size* connection pool. *Default: same as maximumPoolSize* HikariCP to act as a *fixed size* connection pool. *Default: same as maximumPoolSize*
:abc:``password``<br/> :abc:``password``<br/>

Loading…
Cancel
Save