From 8e7a189e64e9d2004a022baff60e046beebc8bf4 Mon Sep 17 00:00:00 2001 From: Brett Wooldridge Date: Mon, 8 Dec 2014 11:43:43 +0900 Subject: [PATCH] Update README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 61476976..98b6ce01 100644 --- a/README.md +++ b/README.md @@ -251,6 +251,13 @@ frameworks. When this property is specified, the ``dataSourceClassName`` propert DataSource-specific properties will be ignored. *Default: none* +:arrow_right:``threadFactory``
+This property is only available via programmatic configuration or IoC container. This property +allows you to set the instance of the ``java.util.concurrent.ThreadFactory`` that will be used +for creating all threads used by the pool. It is needed in some restricted execution environments +where threads can only be created through a ``ThreadFactory`` provided by the application container. +*Default: none* + ***Missing Knobs***
HikariCP has plenty of "knobs" to turn as you can see above, but comparatively less than some other pools. This is a design philosophy. The HikariCP design asthetic is Minimalism. In keeping with the