Increases the ACL cache size to 10k.

pull/2237/head
James Phillips 2016-08-04 18:03:07 -07:00
parent c54269882b
commit 734cc0b3d5
No known key found for this signature in database
GPG Key ID: 77183E682AC5FC11
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ const (
redactedToken = "<hidden>"
// Maximum number of cached ACL entries
aclCacheSize = 256
aclCacheSize = 10 * 1024
)
var (