Extending running schedule for the job

This commit is contained in:
magenoxx 2013-03-10 15:33:14 +04:00
parent c1375f7b76
commit a6decdbd14

View file

@ -86,7 +86,7 @@ public class TableManager {
public void run() {
checkExpired();
}
}, 1, 1, TimeUnit.MINUTES);
}, 10, 10, TimeUnit.MINUTES);
}
public Table createTable(UUID roomId, UUID userId, MatchOptions options) {