Skip to content

Commit b765abd

Browse files
committed
Use constant instead of magic value
1 parent 27a3a4e commit b765abd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/main/java/de/bluecolored/bluemap/core/map/hires/ArrayTileModel.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ else if (model.lastCapacityUse.plus(SHRINK_TIME).isBefore(now))
5353
model.clear();
5454
return model;
5555
},
56-
Duration.ofMinutes(1)
56+
SHRINK_TIME
5757
);
5858

5959
// attributes per-vertex * per-face

0 commit comments

Comments
 (0)