mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2025-07-03 00:15:35 +00:00
increase pipeline cache size
This commit is contained in:
parent
8ca4e380fa
commit
c08f779171
@ -39,7 +39,7 @@ public class BiomePipelineProvider implements BiomeProvider {
|
||||
this.mutator = mutator;
|
||||
this.noiseAmp = noiseAmp;
|
||||
holderCache = CacheBuilder.newBuilder()
|
||||
.maximumSize(platform == null ? 32 : platform.getTerraConfig().getProviderCache())
|
||||
.maximumSize(128)
|
||||
.build(
|
||||
new CacheLoader<>() {
|
||||
@Override
|
||||
|
Loading…
x
Reference in New Issue
Block a user