Fix config descriptions of ACL cache

This commit is contained in:
terry-xiaoyu 2018-11-08 10:58:30 +08:00 committed by turtleDeng
parent 0a337cbcb4
commit f448c62e47
1 changed files with 5 additions and 7 deletions

View File

@ -434,22 +434,20 @@ acl_nomatch = allow
## Value: File Name ## Value: File Name
acl_file = {{ platform_etc_dir }}/acl.conf acl_file = {{ platform_etc_dir }}/acl.conf
## Whether to enable ACL cache for publish. ## Whether to enable ACL cache.
## The ACL cache size ##
## The maximum count of ACL entries allowed for a client. ## If enabled, ACLs roles for each client will be cached in the memory
## ##
## Value: on | off ## Value: on | off
enable_acl_cache = on enable_acl_cache = on
## The ACL cache size ## The maximum count of ACL entries can be cached for a client.
## The maximum count of ACL entries allowed for a client.
## ##
## Value: Integer greater than 0 ## Value: Integer greater than 0
## Default: 32 ## Default: 32
acl_cache_max_size = 32 acl_cache_max_size = 32
## The ACL cache time-to-live. ## The time after which an ACL cache entry will be deleted
## The time after which an ACL cache entry will be invalid
## ##
## Value: Duration ## Value: Duration
## Default: 1 minute ## Default: 1 minute