1
0
mirror of https://github.com/mcMMO-Dev/mcMMO.git synced 2026-02-20 02:33:15 +01:00

Give periodic status messages to the console in conversion

This commit is contained in:
riking
2013-10-15 18:32:54 -07:00
committed by TfT_02
parent 4a428a47af
commit dbd27b641e
4 changed files with 24 additions and 0 deletions

View File

@@ -11,6 +11,8 @@ import com.gmail.nossr50.datatypes.player.PlayerProfile;
public interface DatabaseManager {
// One month in milliseconds
public final long PURGE_TIME = 2630000000L * Config.getInstance().getOldUsersCutoff();
// During convertUsers, how often to output a status
public final int progressInterval = 200;
/**
* Purge users with 0 power level from the database.