Skip to content

Commit

Permalink
Increased sync met cache ttl
Browse files Browse the repository at this point in the history
  • Loading branch information
WillFP committed Jun 3, 2023
1 parent 6206ae4 commit 593bd65
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ class ConditionBlock<T> internal constructor(
val isInverted: Boolean
) : Compiled<T> {
private val syncMetCache = Caffeine.newBuilder()
.expireAfterAccess(1, TimeUnit.SECONDS)
.expireAfterAccess(10, TimeUnit.SECONDS)
.build<UUID, Boolean>()

@Deprecated(
Expand Down

0 comments on commit 593bd65

Please sign in to comment.