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:
Jeff Mitchell
2016-08-26 10:27:06 -04:00
committed by GitHub
parent aad253a818
commit d40277a18f
8 changed files with 30 additions and 11 deletions

View File

@@ -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