mirror of
https://github.com/TuxCoding/FastLogin.git
synced 2025-07-29 18:27:36 +02:00
Temporarily disable MySQL performance optimizations
This commit is contained in:
@ -65,7 +65,7 @@ public class MySQLStorage extends SQLStorage {
|
||||
config.setJdbcUrl(JDBC_PROTOCOL + buildJDBCUrl(driver, host, port, database));
|
||||
|
||||
// enable MySQL specific optimizations
|
||||
addPerformanceProperties(config);
|
||||
// addPerformanceProperties(config);
|
||||
return config;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user