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

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

View File

@@ -117,7 +117,6 @@ public class IrisSettings {
@Data
public static class IrisSettingsWorld {
public boolean forceBootWorlds = false;
public IrisAsyncTeleport asyncTeleport = new IrisAsyncTeleport();
public boolean postLoadBlockUpdates = true;
public boolean forcePersistEntities = true;
@@ -142,7 +141,6 @@ public class IrisSettings {
public int resourceLoaderCacheSize = 1_024;
public int objectLoaderCacheSize = 4_096;
public int scriptLoaderCacheSize = 512;
public int tectonicUnloadThreads = -1; // -1 = Disabled and instead use the dynamic method
}
@Data

View File

@@ -392,8 +392,6 @@ public class Mantle {
@Getter
private final AtomicDouble adjustedIdleDuration = new AtomicDouble(0);
@Getter
private final AtomicInteger dynamicThreads = new AtomicInteger(1);
@Getter
private final AtomicInteger forceAggressiveThreshold = new AtomicInteger(30);
@Getter
private final AtomicLong oldestTectonicPlate = new AtomicLong(0);