softValues не нужны

This commit is contained in:
DBotThePony 2023-03-28 22:39:18 +07:00
parent 952f245e8f
commit bae1c9dfc6
Signed by: DBot
GPG Key ID: DCC23B5715498507

View File

@ -434,7 +434,6 @@ class GLStateTracker(val client: StarboundClient) {
// минимальное время хранения 5 минут и...
private val named2DTextures0: Cache<String, GLTexture2D> = Caffeine.newBuilder()
.softValues()
.expireAfterAccess(Duration.ofMinutes(5))
.build()