Skip to content

Commit

Permalink
Clean up a little more (#7370)
Browse files Browse the repository at this point in the history
  • Loading branch information
tylerwilliams authored and maggie-lou committed Sep 5, 2024
1 parent bdbeedc commit 0263bbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion enterprise/server/backends/pebble_cache/pebble_cache.go
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ var (
const (
// cutoffThreshold is the point above which a janitor thread will run
// and delete the oldest items from the cache.
JanitorCutoffThreshold = .90
JanitorCutoffThreshold = .85

megabyte = 1e6

Expand Down

0 comments on commit 0263bbe

Please sign in to comment.