From 00c2a5245a40307b1c7be9bdb73fd79fa3c52022 Mon Sep 17 00:00:00 2001 From: repixelatedmc Date: Tue, 20 Aug 2024 19:23:12 +0200 Subject: [PATCH] Bit more performance ig --- .../iris/core/pregenerator/methods/AsyncPregenMethod.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/main/java/com/volmit/iris/core/pregenerator/methods/AsyncPregenMethod.java b/core/src/main/java/com/volmit/iris/core/pregenerator/methods/AsyncPregenMethod.java index dc15c523b..b6cb55102 100644 --- a/core/src/main/java/com/volmit/iris/core/pregenerator/methods/AsyncPregenMethod.java +++ b/core/src/main/java/com/volmit/iris/core/pregenerator/methods/AsyncPregenMethod.java @@ -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<>(); }