-
Type: Improvement
-
Resolution: Done
-
Priority: Minor - P4
-
Affects Version/s: 1.1
-
Component/s: None
-
None
Rather than letting the connection pool slowly grow to MinConnectionPoolSize on demand, immediately add MinConnectionPoolSize connections to it as soon as it is created. The current implementation only looks at MinConnectionPoolSize when deciding whether to shrink the pool, not when the pool is created.