From 39ffebfe0eb84e4ba7948b46db12edcc84c5b9fd Mon Sep 17 00:00:00 2001 From: Brett Wooldridge Date: Fri, 14 Mar 2014 10:33:37 +0900 Subject: [PATCH] Thank you! --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 6b88e6d9..2f333771 100644 --- a/README.md +++ b/README.md @@ -43,11 +43,11 @@ Not all pools are created equal. Read our [pool analysis](https://github.com/br #### Configuration (knobs, baby!) The following are the various properties that can be configured in the pool, their behavior, -and their defaults. **HikariCP uses milliseconds for *all* time values, be careful.** +and their defaults. Rather than coming out of the box with almost nothing configured, HikariCP +comes with *sane* defaults that let a great many deployments run without any additional tweaking +(except for the DataSource and DataSource properties). -Rather than coming out of the box with almost nothing configured, HikariCP comes with *sane* -defaults that let a great many deployments run without any additional tweaking (except for -the DataSource and DataSource properties). +:warning: *HikariCP uses milliseconds for *all* time values, be careful.* :hash:``acquireIncrement``
This property controls the maximum number of connections that are acquired at one time, with