Cleanup p2

This commit is contained in:
RePixelatedMC
2023-12-27 09:09:11 +01:00
parent d7415e3711
commit cbf8039eea
2 changed files with 0 additions and 4 deletions
@@ -117,7 +117,6 @@ public class IrisSettings {
@Data @Data
public static class IrisSettingsWorld { public static class IrisSettingsWorld {
public boolean forceBootWorlds = false;
public IrisAsyncTeleport asyncTeleport = new IrisAsyncTeleport(); public IrisAsyncTeleport asyncTeleport = new IrisAsyncTeleport();
public boolean postLoadBlockUpdates = true; public boolean postLoadBlockUpdates = true;
public boolean forcePersistEntities = true; public boolean forcePersistEntities = true;
@@ -142,7 +141,6 @@ public class IrisSettings {
public int resourceLoaderCacheSize = 1_024; public int resourceLoaderCacheSize = 1_024;
public int objectLoaderCacheSize = 4_096; public int objectLoaderCacheSize = 4_096;
public int scriptLoaderCacheSize = 512; public int scriptLoaderCacheSize = 512;
public int tectonicUnloadThreads = -1; // -1 = Disabled and instead use the dynamic method
} }
@Data @Data
@@ -392,8 +392,6 @@ public class Mantle {
@Getter @Getter
private final AtomicDouble adjustedIdleDuration = new AtomicDouble(0); private final AtomicDouble adjustedIdleDuration = new AtomicDouble(0);
@Getter @Getter
private final AtomicInteger dynamicThreads = new AtomicInteger(1);
@Getter
private final AtomicInteger forceAggressiveThreshold = new AtomicInteger(30); private final AtomicInteger forceAggressiveThreshold = new AtomicInteger(30);
@Getter @Getter
private final AtomicLong oldestTectonicPlate = new AtomicLong(0); private final AtomicLong oldestTectonicPlate = new AtomicLong(0);