Fix path-cache lifespan of policy-enforcer

This commit is contained in:
Yoshiyuki Tabata 2020-07-16 14:22:31 +09:00 committed by Bruno Oliveira da Silva
parent 1b37a849bc
commit 8f537f7034

View file

@ -92,8 +92,7 @@ unnecessary requests to a {project_name} server by caching associations between
+
*** *lifespan*
+
Defines the time in milliseconds when the entry should be expired. If not provided, default value is *3000*. A value
less than or equal to 0 can be set to completely disable the cache.
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.
+
*** *max-entries*
+