Fix typo in initializeFailFast property name.

pull/41/head
Brett Wooldridge 11 years ago
parent c600457f76
commit de34c491a9

@ -111,7 +111,7 @@ to a maximum variation of +30 seconds, and average variation of +15 seconds. A
will never be retired as idle *before* this timeout. A value of 0 means that idle connections will never be retired as idle *before* this timeout. A value of 0 means that idle connections
are never removed from the pool. *Default: 600000 (10 minutes)* are never removed from the pool. *Default: 600000 (10 minutes)*
``inializationFailFast``<br/> ``initializationFailFast``<br/>
This property controls whether the pool will "fail fast" if the pool cannot be seeded with This property controls whether the pool will "fail fast" if the pool cannot be seeded with
initial connections successfully. If connections cannot be created at pool startup time, initial connections successfully. If connections cannot be created at pool startup time,
a ``RuntimeException`` will be thrown from the ``HikariDataSource`` constructor. This a ``RuntimeException`` will be thrown from the ``HikariDataSource`` constructor. This

Loading…
Cancel
Save