We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4125523 commit cf4981aCopy full SHA for cf4981a
1 file changed
src/main/java/technobot/commands/casino/CrashCommand.java
@@ -28,7 +28,7 @@
28
public class CrashCommand extends Command {
29
30
public static final HashMap<Long, CrashGame> games = new HashMap<>();
31
- private static final ScheduledExecutorService tasks = Executors.newScheduledThreadPool(5);
+ private static final ScheduledExecutorService tasks = Executors.newScheduledThreadPool(10);
32
33
public CrashCommand(TechnoBot bot) {
34
super(bot);
0 commit comments