Skip to content

Commit 6122a4b

Browse files
authored
Update storage pumper redis usage watermark (#216)
Co-authored-by: Pascal Zhai <Your Github Email>
1 parent 44dea57 commit 6122a4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

storage/manager.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ const (
3131
addJobSuccessStatus = "success"
3232
addJobFailedStatus = "failed"
3333

34-
redisMemoryUsageWatermark = 0.6 // used_memory / max_memory
34+
redisMemoryUsageWatermark = 0.8 // used_memory / max_memory
3535
)
3636

3737
type Manager struct {

0 commit comments

Comments
 (0)