Skip to content

Commit

Permalink
feat: reduce the cache size of the lfu in manager (#3730)
Browse files Browse the repository at this point in the history
Signed-off-by: Gaius <[email protected]>
  • Loading branch information
gaius-qi authored Dec 27, 2024
1 parent 1b6283f commit cc235df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manager/config/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ const (
DefaultLFUCacheTTL = 3 * time.Minute

// DefaultLFUCacheSize is default size for lfu cache.
DefaultLFUCacheSize = 100 * 1000
DefaultLFUCacheSize = 50 * 1000
)

const (
Expand Down

0 comments on commit cc235df

Please sign in to comment.