mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2026-02-16 10:30:42 +00:00
increase default chunk cache size
This commit is contained in:
@@ -61,7 +61,7 @@ public class PluginConfigImpl implements ConfigTemplate, PluginConfig {
|
||||
|
||||
@Value("cache.sampler")
|
||||
@Default
|
||||
private int samplerCache = 64;
|
||||
private int samplerCache = 1024;
|
||||
|
||||
@Value("cache.biome-provider")
|
||||
@Default
|
||||
|
||||
Reference in New Issue
Block a user