Bugfix - scheduled queues from db load after server restart instead of 1 minute later

This commit is contained in:
jakub.salavec
2025-06-17 14:57:51 +02:00
parent 7bcc48041c
commit d2bca97c38

View File

@@ -135,6 +135,9 @@ public class TournamentService {
// Ignore, can't happen
System.out.println(exp);
}
// Add scheduled queues from DB
refreshQueues();
}
public void cancelAllTournamentQueues() throws SQLException, IOException {