|
@@ -59,6 +59,7 @@ public class Config extends AutoUpdateConfigLoader {
|
|
|
public String getMySQLUserName() { return getStringIncludingInts(config, "MySQL.Database.User_Name"); }
|
|
|
public int getMySQLServerPort() { return config.getInt("MySQL.Server.Port", 3306); }
|
|
|
public String getMySQLServerName() { return config.getString("MySQL.Server.Address", "localhost"); }
|
|
|
+ public int getQueueNumber() { return config.getInt("MySQL.ConcurrentQueues", 2); }
|
|
|
|
|
|
public String getMySQLUserPassword() {
|
|
|
if (getStringIncludingInts(config, "MySQL.Database.User_Password") != null) {
|