Commit c5393133 authored by Him188moe's avatar Him188moe

Merge remote-tracking branch 'origin/master'

parents 74fff88a 5383194d
...@@ -11,7 +11,8 @@ public final class MiraiThreadPool extends ScheduledThreadPoolExecutor implement ...@@ -11,7 +11,8 @@ public final class MiraiThreadPool extends ScheduledThreadPoolExecutor implement
} }
MiraiThreadPool() { MiraiThreadPool() {
super(0); super(10);
/*super(0, /*super(0,
Integer.MAX_VALUE, Integer.MAX_VALUE,
60L, 60L,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment