Skip to content

Commit

Permalink
Declare storage.local.index-cache-size.* default values as tweaked.
Browse files Browse the repository at this point in the history
  • Loading branch information
Bjoern Rabenstein committed Jan 29, 2015
1 parent 73f6dc4 commit ab386d1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion storage/local/index/index.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ const (
)

var (
// TODO: Tweak default values.
fingerprintToMetricCacheSize = flag.Int("storage.local.index-cache-size.fingerprint-to-metric", 10*1024*1024, "The size in bytes for the fingerprint to metric index cache.")
fingerprintTimeRangeCacheSize = flag.Int("storage.local.index-cache-size.fingerprint-to-timerange", 5*1024*1024, "The size in bytes for the metric time range index cache.")
labelNameToLabelValuesCacheSize = flag.Int("storage.local.index-cache-size.label-name-to-label-values", 10*1024*1024, "The size in bytes for the label name to label values index cache.")
Expand Down

0 comments on commit ab386d1

Please sign in to comment.