configurable cache sizes

This commit is contained in:
dfsek
2021-01-13 23:51:23 -07:00
parent 244f0fba11
commit 8fd3530653
6 changed files with 69 additions and 53 deletions

View File

@@ -79,7 +79,7 @@ public class BiomeTest {
.build(source);
System.out.println("Size: " + pipeline.getSize());
return pipeline;
}).build(0);
}, null).build(0);
int size = 1000;