Skip to content

Commit cf4981a

Browse files
Increase /crash core pool size to 10
1 parent 4125523 commit cf4981a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/technobot/commands/casino/CrashCommand.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
public class CrashCommand extends Command {
2929

3030
public static final HashMap<Long, CrashGame> games = new HashMap<>();
31-
private static final ScheduledExecutorService tasks = Executors.newScheduledThreadPool(5);
31+
private static final ScheduledExecutorService tasks = Executors.newScheduledThreadPool(10);
3232

3333
public CrashCommand(TechnoBot bot) {
3434
super(bot);

0 commit comments

Comments
 (0)