Commit b6d8a7d0 authored by liujiahua123123's avatar liujiahua123123

thread-pool

parent 3dd79367
......@@ -11,7 +11,8 @@ public final class MiraiThreadPool extends ScheduledThreadPoolExecutor implement
}
MiraiThreadPool() {
super(0);
super(10);
/*super(0,
Integer.MAX_VALUE,
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