mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2026-06-17 14:21:33 +00:00
Cleanup p2
This commit is contained in:
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user