Skip to content

Commit

Permalink
this should make waiting more responsive
Browse files Browse the repository at this point in the history
  • Loading branch information
Szum123321 committed Aug 7, 2020
1 parent c8b53a4 commit 7920152
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ public void run() {
private void awaitServerShutdown() {
while(((LivingServer)server).isAlive()) {
try {
Thread.sleep(1000);
Thread.sleep(100);
} catch (InterruptedException e) {
Statics.LOGGER.error("Exception occurred!", e);
}
Expand Down

0 comments on commit 7920152

Please sign in to comment.