Make generation cache expire much quicker

This commit is contained in:
DBotThePony 2025-03-24 21:11:59 +07:00
parent ab6e3ad87f
commit dca02893a4
Signed by: DBot
GPG Key ID: DCC23B5715498507

View File

@ -178,7 +178,7 @@ object EnhancedPlacedFeature : Feature<EnhancedPlacedFeature.Config>(
.scheduler(Scheduler.systemScheduler())
.executor(Util.backgroundExecutor())
.maximumSize(16384L)
.expireAfterWrite(Duration.ofMinutes(5))
.expireAfterWrite(Duration.ofMinutes(1))
.softValues()
.build()
}