config: increase config cache to 256
This regularly fills up currently when idling ingame with my normal config
This commit is contained in:
@@ -40,7 +40,7 @@ class ConfigInvocationHandler implements InvocationHandler
|
||||
|
||||
private final ConfigManager manager;
|
||||
private final Cache<Method, Object> cache = CacheBuilder.newBuilder()
|
||||
.maximumSize(128)
|
||||
.maximumSize(256)
|
||||
.build();
|
||||
|
||||
ConfigInvocationHandler(ConfigManager manager)
|
||||
|
||||
Reference in New Issue
Block a user