9
0
mirror of https://github.com/VolmitSoftware/Iris.git synced 2025-12-27 02:59:06 +00:00

Fix build

This commit is contained in:
cyberpwn
2021-10-09 04:06:59 -04:00
parent 13532a1f0a
commit 19889e7d6f
2 changed files with 3 additions and 54 deletions

View File

@@ -83,7 +83,7 @@ public class IrisSettings {
@Data
public static class IrisSettingsPerformance {
public boolean trimMantleInStudio = false;
public int mantleKeepAlive = 60;
public int mantleKeepAlive = 30;
public int cacheSize = 4_096;
public int resourceLoaderCacheSize = 1_024;
public int objectLoaderCacheSize = 4_096;