Increase cert auth role cache max size (#27942)

This commit is contained in:
Scott Miller
2024-08-01 13:08:44 -05:00
committed by GitHub
parent 899ebd4aff
commit 2d1f692d1e

View File

@@ -29,7 +29,7 @@ const (
defaultRoleCacheSize = 200
defaultOcspMaxRetries = 4
maxRoleCacheSize = 10000
maxRoleCacheSize = 100000
)
func Factory(ctx context.Context, conf *logical.BackendConfig) (logical.Backend, error) {