cache for longer
This commit is contained in:
parent
8837c10337
commit
e853f3d347
@ -21,7 +21,7 @@ public class RegionCache implements RegionExtent {
|
|||||||
public RegionCache(boolean queueNeighbours, RegionGenerator renderer) {
|
public RegionCache(boolean queueNeighbours, RegionGenerator renderer) {
|
||||||
this.renderer = renderer;
|
this.renderer = renderer;
|
||||||
this.queuing = queueNeighbours;
|
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
|
@Override
|
||||||
|
@ -1 +1 @@
|
|||||||
Subproject commit bbb0a6e15d9ae657b04af4852993ffa00a4f2336
|
Subproject commit 5f7d2c8ec864f6dcd1c977013c3c8377d33c4547
|
Loading…
Reference in New Issue
Block a user