mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-02 03:27:54 +00:00
Increase cert auth role cache max size (#27942)
This commit is contained in:
@@ -29,7 +29,7 @@ const (
|
||||
|
||||
defaultRoleCacheSize = 200
|
||||
defaultOcspMaxRetries = 4
|
||||
maxRoleCacheSize = 10000
|
||||
maxRoleCacheSize = 100000
|
||||
)
|
||||
|
||||
func Factory(ctx context.Context, conf *logical.BackendConfig) (logical.Backend, error) {
|
||||
|
||||
Reference in New Issue
Block a user