mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2026-06-17 14:21:33 +00:00
e
This commit is contained in:
@@ -98,7 +98,7 @@ public class IrisEngineSVC implements IrisService {
|
|||||||
long unloadStart = System.currentTimeMillis();
|
long unloadStart = System.currentTimeMillis();
|
||||||
int count = engine.getMantle().unloadTectonicPlate();
|
int count = engine.getMantle().unloadTectonicPlate();
|
||||||
if (count > 0) {
|
if (count > 0) {
|
||||||
Iris.info("Unloaded " + count + " TectonicPlates in " + C.RED + Form.duration(System.currentTimeMillis() - unloadStart, 2));
|
Iris.info(C.GOLD + "Unloaded " + C.YELLOW + count + " TectonicPlates in " + C.RED + Form.duration(System.currentTimeMillis() - unloadStart, 2));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
} catch (Throwable e) {
|
} catch (Throwable e) {
|
||||||
|
|||||||
@@ -393,7 +393,7 @@ 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(4);
|
private final AtomicInteger dynamicThreads = new AtomicInteger(1);
|
||||||
@Getter
|
@Getter
|
||||||
private final AtomicInteger forceAggressiveThreshold = new AtomicInteger(30);
|
private final AtomicInteger forceAggressiveThreshold = new AtomicInteger(30);
|
||||||
@Getter
|
@Getter
|
||||||
|
|||||||
Reference in New Issue
Block a user