From 786dd5322b3a80b4922ee036aa0c84897e859d35 Mon Sep 17 00:00:00 2001 From: Brett Wooldridge Date: Tue, 11 Mar 2014 12:19:15 +0900 Subject: [PATCH] Update README.md --- README.md | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/README.md b/README.md index 855be8a1..e568a922 100644 --- a/README.md +++ b/README.md @@ -262,19 +262,6 @@ Don't forget the [Wiki](https://github.com/brettwooldridge/HikariCP/wiki) for ad ---------------------------------------------------- -### JMX Management -The following properties are also configurable in real-time as the pool is running via a JMX -management console such as JConsole: - - * ``acquireIncrement`` - * ``acquireRetries`` - * ``acquireRetryDelay`` - * ``connectionTimeout`` - * ``idleTimeout`` - * ``maxLifetime`` - * ``minimumPoolSize`` - * ``maximumPoolSize`` - ### Requirements * Java 6 and above * Javassist 3.18.1+ library