From 8b3d26cf783f61f37a625aae643ea576b6c3f957 Mon Sep 17 00:00:00 2001 From: Govindas Date: Fri, 12 Feb 2021 12:44:58 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2e2924d..5db5eaf 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ ### Difference from original skript-db - Fixed local variables disappearance in newer Skript versions (very hacky fix, but it works, so that's good!) -- Thread-pool size is now configurable +- Thread-pool size is now automatically increasing on demand to use of CachedThreadPool, instead of a fixed hard-coded number - Uses a newer version of HikariCP - Only meant to be used by newer Minecraft versions (1.8 is not supported)