slashed ghostVote Time in half to 30 seconds
This commit is contained in:
parent
d78b08085a
commit
d25b6c405d
@ -51,8 +51,8 @@ public class VoteHandler {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
try { // waits 60 seconds before votes get collected
|
try { // waits 30 seconds before votes get collected
|
||||||
Thread.sleep(60*1000);
|
Thread.sleep(30*1000);
|
||||||
} catch (InterruptedException e) {
|
} catch (InterruptedException e) {
|
||||||
LOGGER.warn("Thread " + Thread.currentThread() + " was interrupted");
|
LOGGER.warn("Thread " + Thread.currentThread() + " was interrupted");
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user