9
0
mirror of https://github.com/VolmitSoftware/Iris.git synced 2025-12-27 19:19:07 +00:00
This commit is contained in:
RePixelatedMC
2023-11-29 10:39:48 +01:00
parent 81776e60fb
commit de261a38fd

View File

@@ -420,6 +420,7 @@ public class Mantle {
}
if(IrisSettings.get().getPerformance().dynamicPerformanceMode) {
// todo Repixel improve the logic
int h = dynamicThreads.get() - 1;
if (fakeToUnload.get() != 0) {
if (fakeToUnload.get() > oldFakeToUnload.get()) {
@@ -469,7 +470,7 @@ public class Mantle {
if (M.ms() - lastUse.get(i) >= finalAdjustedIdleDuration) {
toUnload.add(i);
fakeToUnload.addAndGet(1);
Iris.debug("Tectonic Region added to unload");
Iris.info("Tectonic Region added to unload");
}
});
}