We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b6283f commit 5452d73Copy full SHA for 5452d73
manager/config/constants.go
@@ -75,7 +75,7 @@ const (
75
DefaultLFUCacheTTL = 3 * time.Minute
76
77
// DefaultLFUCacheSize is default size for lfu cache.
78
- DefaultLFUCacheSize = 100 * 1000
+ DefaultLFUCacheSize = 50 * 1000
79
)
80
81
const (
0 commit comments