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

@@ -176,6 +176,8 @@ func TestLoadConfigFile_json2(t *testing.T) {
},
},
CacheSize: 45678,
Telemetry: &Telemetry{
StatsiteAddr: "foo",
StatsdAddr: "bar",