Raise trivia timeout to 15s
This commit is contained in:
parent
c9082e84cc
commit
b0d234a454
@ -85,7 +85,7 @@ public class TriviaCommand implements MessageCommand
|
||||
ScheduledFuture<?> future =
|
||||
Cache.getTaskScheduler().scheduleAtFixedRate(triviaTask,
|
||||
0,
|
||||
10,
|
||||
15,
|
||||
TimeUnit.SECONDS);
|
||||
triviaTask.setScheduledFuture(future);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user