Fix bug with UserPurgeTask...

This commit is contained in:
gmcferrin
2013-01-10 21:41:35 -05:00
parent 3dde331f9d
commit d25a314d3a
2 changed files with 42 additions and 8 deletions

View File

@ -24,7 +24,7 @@ public class Database {
private static mcMMO plugin = null;
// Scale waiting time by this much per failed attempt
private static final double SCALING_FACTOR = 10;
private static final double SCALING_FACTOR = 40;
// Minimum wait in nanoseconds (default 500ms)
private static final long MIN_WAIT = 500L*1000000L;