Skip to content

Commit

Permalink
feat: change cache size in manager (#2633)
Browse files Browse the repository at this point in the history
* feat: change manager cache size

Signed-off-by: Gaius <[email protected]>

* feat: change cache size in manager

Signed-off-by: Gaius <[email protected]>

---------

Signed-off-by: Gaius <[email protected]>
  • Loading branch information
gaius-qi authored Aug 15, 2023
1 parent 732819b commit 25d12b2
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 @@ -78,7 +78,7 @@ const (
DefaultLFUCacheTTL = 3 * time.Minute

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

const (
Expand Down

0 comments on commit 25d12b2

Please sign in to comment.