Merge remote-tracking branch 'origin/master'

This commit is contained in:
Him188moe 2019-09-07 19:16:40 +08:00
commit c539313351

View File

@ -11,7 +11,8 @@ public final class MiraiThreadPool extends ScheduledThreadPoolExecutor implement
}
MiraiThreadPool() {
super(0);
super(10);
/*super(0,
Integer.MAX_VALUE,
60L,