Skip to content

Commit 5452d73

Browse files
committed
feat: reduce the cache size of the lfu in manager
Signed-off-by: Gaius <gaius.qi@gmail.com>
1 parent 1b6283f commit 5452d73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manager/config/constants.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ const (
7575
DefaultLFUCacheTTL = 3 * time.Minute
7676

7777
// DefaultLFUCacheSize is default size for lfu cache.
78-
DefaultLFUCacheSize = 100 * 1000
78+
DefaultLFUCacheSize = 50 * 1000
7979
)
8080

8181
const (

0 commit comments

Comments
 (0)