Skip to content

Commit

Permalink
Update storage pumper redis usage watermark (#216)
Browse files Browse the repository at this point in the history
Co-authored-by: Pascal Zhai <Your Github Email>
  • Loading branch information
Napoleon0621 authored Aug 2, 2023
1 parent 44dea57 commit 6122a4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion storage/manager.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ const (
addJobSuccessStatus = "success"
addJobFailedStatus = "failed"

redisMemoryUsageWatermark = 0.6 // used_memory / max_memory
redisMemoryUsageWatermark = 0.8 // used_memory / max_memory
)

type Manager struct {
Expand Down

0 comments on commit 6122a4b

Please sign in to comment.