9
0
mirror of https://github.com/VolmitSoftware/Iris.git synced 2026-01-04 15:41:30 +00:00

Bit more performance ig

This commit is contained in:
repixelatedmc
2024-08-20 19:23:12 +02:00
parent f6791b786e
commit 00c2a5245a

View File

@@ -52,7 +52,7 @@ public class AsyncPregenMethod implements PregeneratorMethod {
}
this.world = world;
this.engine = IrisToolbelt.access(world).getEngine();
burst = new MultiBurst("AsyncPregen", Thread.NORM_PRIORITY);
burst = new MultiBurst("AsyncPregen", 8 );
future = new KList<>(1024);
this.lastUse = new KMap<>();
}