Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Typo

...

NameTypeDefaultDescription
minPoolSize
Integer0Minimum number of connections to maintain
maxPoolSize
Integer3Maximum number of connections to maintain
blockWhenEmpty
BooleantrueControls whether the pool implementation blocks when the pool is maxed out, or temporarily exceeds its limits
blockWaitTime
Duration0Time to wait for a connection before giving up, 0 means indefinitely
validatePeriodically
BooleanfalseWhether to validate pool connections in the background
validateTimerPeriod
DurationPT30MTime between pool validation checks
validateDN
String Base DN of pool validation search
validateFilter
String(objectClass=*)The search filter to run during pool validation
expirationTime
DurationPT10MIdle time before connections are destroyed. This must be more that than 2 seconds.
failFastInitialize
BooleantrueWhether failure to initialize the pool should be reported at startup time

...