Skip to content

Commit

Permalink
update metric cache size to 128k items
Browse files Browse the repository at this point in the history
  • Loading branch information
dinal authored Oct 11, 2020
1 parent b190296 commit 5869c02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ const (

NamesDirectory = "names"

MetricCacheSize = 4096
MetricCacheSize = 131072
)

type BuildInfo struct {
Expand Down

0 comments on commit 5869c02

Please sign in to comment.