Skip to content

Commit

Permalink
Reduce Distributor auto-forget unhealthy cycles from 10->2 (#11935) (#…
Browse files Browse the repository at this point in the history
…11967)

Signed-off-by: JordanRushing <rushing.jordan@gmail.com>
  • Loading branch information
JordanRushing authored Feb 15, 2024
1 parent 0fa1425 commit 69d670d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/distributor/distributor.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ import (
const (
ringKey = "distributor"

ringAutoForgetUnhealthyPeriods = 10
ringAutoForgetUnhealthyPeriods = 2
)

var (
Expand Down

0 comments on commit 69d670d

Please sign in to comment.