cache for longer

This commit is contained in:
dags- 2020-02-04 20:55:40 +00:00
parent 8837c10337
commit e853f3d347
2 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@ public class RegionCache implements RegionExtent {
public RegionCache(boolean queueNeighbours, RegionGenerator renderer) {
this.renderer = renderer;
this.queuing = queueNeighbours;
this.cache = new com.terraforged.core.util.Cache<>(30, 30, TimeUnit.SECONDS);
this.cache = new com.terraforged.core.util.Cache<>(180, 60, TimeUnit.SECONDS);
}
@Override

@ -1 +1 @@
Subproject commit bbb0a6e15d9ae657b04af4852993ffa00a4f2336
Subproject commit 5f7d2c8ec864f6dcd1c977013c3c8377d33c4547