Add @JsonProperty annotation to PathCacheConfig.lifespan.

Closes #9756.
This commit is contained in:
lars-christian stitz 2022-02-14 16:01:01 +01:00 committed by Pedro Igor
parent c93fee0c68
commit 74695c0242

View file

@ -329,6 +329,7 @@ public class PolicyEnforcerConfig {
@JsonProperty("max-entries")
int maxEntries = 1000;
@JsonProperty("lifespan")
long lifespan = 30000;
public int getMaxEntries() {