mirror of
https://github.com/mamoe/mirai.git
synced 2025-03-24 14:30:09 +08:00
Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
c539313351
@ -11,7 +11,8 @@ public final class MiraiThreadPool extends ScheduledThreadPoolExecutor implement
|
||||
}
|
||||
|
||||
MiraiThreadPool() {
|
||||
super(0);
|
||||
super(10);
|
||||
|
||||
/*super(0,
|
||||
Integer.MAX_VALUE,
|
||||
60L,
|
||||
|
Loading…
Reference in New Issue
Block a user