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 =
|
ScheduledFuture<?> future =
|
||||||
Cache.getTaskScheduler().scheduleAtFixedRate(triviaTask,
|
Cache.getTaskScheduler().scheduleAtFixedRate(triviaTask,
|
||||||
0,
|
0,
|
||||||
10,
|
15,
|
||||||
TimeUnit.SECONDS);
|
TimeUnit.SECONDS);
|
||||||
triviaTask.setScheduledFuture(future);
|
triviaTask.setScheduledFuture(future);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user