Bring back bigger caches since memory usage now is normal again

This commit is contained in:
DBotThePony 2025-03-25 12:25:53 +07:00
parent d683ea1e38
commit 7e570747c2
Signed by: DBot
GPG Key ID: DCC23B5715498507

View File

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