Forgot to parallelize
This commit is contained in:
parent
0f480b87bc
commit
5ed89f9bb6
@ -106,8 +106,7 @@ public class MCAQueue extends NMSMappedFaweQueue<FaweQueue, FaweChunk, FaweChunk
|
||||
System.gc();
|
||||
}
|
||||
};
|
||||
// TaskManager.IMP.getPublicForkJoinPool().submit(run);
|
||||
run.run();
|
||||
TaskManager.IMP.getPublicForkJoinPool().submit(run);
|
||||
}
|
||||
}
|
||||
} catch (Throwable ignore) {}
|
||||
|
Loading…
Reference in New Issue
Block a user