mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-02 03:27:54 +00:00
Plumb through the ability to set the storage read cache size. (#1784)
Plumb through the ability to set the storage read cache size. Fixes #1772
This commit is contained in:
@@ -219,6 +219,7 @@ func (c *ServerCommand) Run(args []string) int {
|
||||
MaxLeaseTTL: config.MaxLeaseTTL,
|
||||
DefaultLeaseTTL: config.DefaultLeaseTTL,
|
||||
ClusterName: config.ClusterName,
|
||||
CacheSize: config.CacheSize,
|
||||
}
|
||||
|
||||
var disableClustering bool
|
||||
|
||||
Reference in New Issue
Block a user