diff --git a/core/src/main/java/com/github/games647/fastlogin/core/storage/MySQLStorage.java b/core/src/main/java/com/github/games647/fastlogin/core/storage/MySQLStorage.java index d7b55db2..d7fc75c2 100644 --- a/core/src/main/java/com/github/games647/fastlogin/core/storage/MySQLStorage.java +++ b/core/src/main/java/com/github/games647/fastlogin/core/storage/MySQLStorage.java @@ -56,7 +56,7 @@ public class MySQLStorage extends SQLStorage { config.addDataSourceProperty("requireSSL", useSSL); //enable leak detection of holding connections - config.setLeakDetectionThreshold(2000); + config.setLeakDetectionThreshold(10_000); // adding paranoid, hides hostname, username, version and so // could be useful for hiding server details