From d0191007a50f2cb052ca38c983670bcdea5f7484 Mon Sep 17 00:00:00 2001 From: Govindas Date: Sun, 20 Mar 2022 11:30:51 +0100 Subject: [PATCH] Fix mistake in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 970aeb5..819238f 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 automatically increasing on demand to use of CachedThreadPool, instead of a fixed hard-coded number +- Thread-pool size is now automatically increasing on demand with use of CachedThreadPool, instead of a fixed hard-coded number - Uses newer versions of dependencies (Increased performance and security) - Replaced `synchronously execute` with `quickly execute`, which allows to speed up queries by 50ms with some risk - SQL Driver is configurable