forked from External/mage
Extending running schedule for the job
This commit is contained in:
parent
c1375f7b76
commit
a6decdbd14
1 changed files with 1 additions and 1 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue