softValues не нужны
This commit is contained in:
parent
952f245e8f
commit
bae1c9dfc6
@ -434,7 +434,6 @@ class GLStateTracker(val client: StarboundClient) {
|
||||
|
||||
// минимальное время хранения 5 минут и...
|
||||
private val named2DTextures0: Cache<String, GLTexture2D> = Caffeine.newBuilder()
|
||||
.softValues()
|
||||
.expireAfterAccess(Duration.ofMinutes(5))
|
||||
.build()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user