Criminy! I left my debugging code in that makes the delay a quarter of what it's set to
This commit is contained in:
@@ -378,7 +378,7 @@ public abstract class Getdown extends Thread
|
||||
// Store the config modtime before waiting the delay amount of time
|
||||
long lastConfigModtime = config.lastModified();
|
||||
Log.info("Waiting " + _delay + " minutes before beginning actual work");
|
||||
Thread.sleep(_delay * 15 * 1000);
|
||||
Thread.sleep(_delay * 60 * 1000);
|
||||
if (lastConfigModtime < config.lastModified()) {
|
||||
Log.warning("getdown.txt was modified while getdown was waiting");
|
||||
throw new MultipleGetdownRunning();
|
||||
|
||||
Reference in New Issue
Block a user