Forráskód Böngészése

We should be reconnecting automagically.

t00thpick1 10 éve
szülő
commit
294141c353

+ 1 - 1
src/main/java/com/gmail/nossr50/database/SQLDatabaseManager.java

@@ -60,7 +60,7 @@ public final class SQLDatabaseManager implements DatabaseManager {
         Properties connectionProperties = new Properties();
         Properties connectionProperties = new Properties();
         connectionProperties.put("user", Config.getInstance().getMySQLUserName());
         connectionProperties.put("user", Config.getInstance().getMySQLUserName());
         connectionProperties.put("password", Config.getInstance().getMySQLUserPassword());
         connectionProperties.put("password", Config.getInstance().getMySQLUserPassword());
-        connectionProperties.put("autoReconnect", "false");
+        connectionProperties.put("autoReconnect", "true");
         connectionProperties.put("cachePrepStmts", "true");
         connectionProperties.put("cachePrepStmts", "true");
         connectionProperties.put("prepStmtCacheSize", "64");
         connectionProperties.put("prepStmtCacheSize", "64");
         connectionProperties.put("prepStmtCacheSqlLimit", "2048");
         connectionProperties.put("prepStmtCacheSqlLimit", "2048");