mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2026-06-17 14:21:33 +00:00
o
This commit is contained in:
@@ -420,6 +420,7 @@ public class Mantle {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if(IrisSettings.get().getPerformance().dynamicPerformanceMode) {
|
if(IrisSettings.get().getPerformance().dynamicPerformanceMode) {
|
||||||
|
// todo Repixel improve the logic
|
||||||
int h = dynamicThreads.get() - 1;
|
int h = dynamicThreads.get() - 1;
|
||||||
if (fakeToUnload.get() != 0) {
|
if (fakeToUnload.get() != 0) {
|
||||||
if (fakeToUnload.get() > oldFakeToUnload.get()) {
|
if (fakeToUnload.get() > oldFakeToUnload.get()) {
|
||||||
@@ -469,7 +470,7 @@ public class Mantle {
|
|||||||
if (M.ms() - lastUse.get(i) >= finalAdjustedIdleDuration) {
|
if (M.ms() - lastUse.get(i) >= finalAdjustedIdleDuration) {
|
||||||
toUnload.add(i);
|
toUnload.add(i);
|
||||||
fakeToUnload.addAndGet(1);
|
fakeToUnload.addAndGet(1);
|
||||||
Iris.debug("Tectonic Region added to unload");
|
Iris.info("Tectonic Region added to unload");
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user