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:
@@ -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<>();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user