mirror of https://github.com/hashicorp/consul
Increases the ACL cache size to 10k.
parent
c54269882b
commit
734cc0b3d5
|
@ -37,7 +37,7 @@ const (
|
|||
redactedToken = "<hidden>"
|
||||
|
||||
// Maximum number of cached ACL entries
|
||||
aclCacheSize = 256
|
||||
aclCacheSize = 10 * 1024
|
||||
)
|
||||
|
||||
var (
|
||||
|
|
Loading…
Reference in New Issue