Connection Pool Size Properties

initialSize

The initial number of connections to create when the pool starts up. This defaults to 0.

maxWaitMillis

The maximum number of milliseconds that the pool will wait when no connections are available before failing. Defaults to -1 which is an indefinite wait.