mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-06-25 02:04:44 +02:00
Leave purge task disabled by default until we can speed it up.
This commit is contained in:
@ -35,7 +35,7 @@ public class Config extends ConfigLoader {
|
||||
public int getSaveInterval() { return config.getInt("General.Save_Interval", 10); }
|
||||
public boolean getStatsTrackingEnabled() { return config.getBoolean("General.Stats_Tracking", true); }
|
||||
public boolean getEventCallbackEnabled() { return config.getBoolean("General.Event_Callback", true); }
|
||||
public int getPurgeInterval() { return config.getInt("General.Purge_Interval", 0); }
|
||||
public int getPurgeInterval() { return config.getInt("General.Purge_Interval",-1); }
|
||||
|
||||
/* mySQL */
|
||||
public boolean getUseMySQL() { return config.getBoolean("MySQL.Enabled", false); }
|
||||
|
Reference in New Issue
Block a user