From 8f537f7034a9a992f1a8fb1f96910de09e91b883 Mon Sep 17 00:00:00 2001 From: Yoshiyuki Tabata Date: Thu, 16 Jul 2020 14:22:31 +0900 Subject: [PATCH] Fix path-cache lifespan of policy-enforcer --- .../topics/enforcer-keycloak-enforcement-filter.adoc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/authorization_services/topics/enforcer-keycloak-enforcement-filter.adoc b/authorization_services/topics/enforcer-keycloak-enforcement-filter.adoc index e3de04f494..b954ee3aa3 100644 --- a/authorization_services/topics/enforcer-keycloak-enforcement-filter.adoc +++ b/authorization_services/topics/enforcer-keycloak-enforcement-filter.adoc @@ -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* +