mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2026-06-19 23:31:27 +00:00
Bit more performance ig
This commit is contained in:
@@ -52,7 +52,7 @@ public class AsyncPregenMethod implements PregeneratorMethod {
|
|||||||
}
|
}
|
||||||
this.world = world;
|
this.world = world;
|
||||||
this.engine = IrisToolbelt.access(world).getEngine();
|
this.engine = IrisToolbelt.access(world).getEngine();
|
||||||
burst = new MultiBurst("AsyncPregen", Thread.NORM_PRIORITY);
|
burst = new MultiBurst("AsyncPregen", 8 );
|
||||||
future = new KList<>(1024);
|
future = new KList<>(1024);
|
||||||
this.lastUse = new KMap<>();
|
this.lastUse = new KMap<>();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user