Add @JsonProperty annotation to PathCacheConfig.lifespan.
Closes #9756.
This commit is contained in:
parent
c93fee0c68
commit
74695c0242
1 changed files with 1 additions and 0 deletions
|
@ -329,6 +329,7 @@ public class PolicyEnforcerConfig {
|
||||||
|
|
||||||
@JsonProperty("max-entries")
|
@JsonProperty("max-entries")
|
||||||
int maxEntries = 1000;
|
int maxEntries = 1000;
|
||||||
|
@JsonProperty("lifespan")
|
||||||
long lifespan = 30000;
|
long lifespan = 30000;
|
||||||
|
|
||||||
public int getMaxEntries() {
|
public int getMaxEntries() {
|
||||||
|
|
Loading…
Reference in a new issue