[KEYCLOAK-17305] - Fixing lifespan
This commit is contained in:
parent
e1ccbacacb
commit
2b0ee7a0d6
1 changed files with 1 additions and 1 deletions
|
@ -92,7 +92,7 @@ unnecessary requests to a {project_name} server by caching associations between
|
||||||
+
|
+
|
||||||
*** *lifespan*
|
*** *lifespan*
|
||||||
+
|
+
|
||||||
Defines the time in milliseconds when the entry should be expired. If not provided, default value is *3000*. A value equal to 0 can be set to completely disable the cache. A value equal to -1 can be set to disable the expiry of the cache.
|
Defines the time in milliseconds when the entry should be expired. If not provided, default value is *30000*. A value equal to 0 can be set to completely disable the cache. A value equal to -1 can be set to disable the expiry of the cache.
|
||||||
+
|
+
|
||||||
*** *max-entries*
|
*** *max-entries*
|
||||||
+
|
+
|
||||||
|
|
Loading…
Reference in a new issue