Skip to content

Commit

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

Signed-off-by: JordanRushing <rushing.jordan@gmail.com>
  • Loading branch information
JordanRushing authored and rhnasc committed Apr 12, 2024
1 parent dcd5936 commit a367093
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 a367093

Please sign in to comment.