Make generation cache expire much quicker
This commit is contained in:
parent
ab6e3ad87f
commit
dca02893a4
@ -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()
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user