thread-pool

This commit is contained in:
liujiahua123123 2019-09-07 15:21:53 +08:00
parent 3dd7936700
commit b6d8a7d07c

View File

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