mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2026-06-17 22:32:04 +00:00
Update settings
This commit is contained in:
@@ -64,8 +64,7 @@ public class IrisSettings {
|
|||||||
@Data
|
@Data
|
||||||
public static class IrisSettingsPerformance {
|
public static class IrisSettingsPerformance {
|
||||||
public boolean trimMantleInStudio = false;
|
public boolean trimMantleInStudio = false;
|
||||||
public boolean useExperimentalMantleMemoryCompression = false;
|
public int mantleKeepAliveSeconds = 25;
|
||||||
public int mantleKeepAliveSeconds = 20;
|
|
||||||
public int maxStreamCacheSize = 750_000;
|
public int maxStreamCacheSize = 750_000;
|
||||||
public int maxResourceLoaderCacheSize = 1_000;
|
public int maxResourceLoaderCacheSize = 1_000;
|
||||||
public int maxObjectLoaderCacheSize = 3_000;
|
public int maxObjectLoaderCacheSize = 3_000;
|
||||||
|
|||||||
Reference in New Issue
Block a user