mirror of
https://github.com/boy0001/FastAsyncWorldedit.git
synced 2024-11-28 05:35:37 +01:00
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