Skip to content

Commit

Permalink
Merge pull request #106085 from wojtek-t/watch_support_9
Browse files Browse the repository at this point in the history
P&F: enable mutating work estimator
  • Loading branch information
k8s-ci-robot committed Jan 5, 2022
2 parents 04f2bee + 8f5ece0 commit f2576ef
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ const (
eventAdditionalDuration = 5 * time.Millisecond
// TODO(wojtekt): Remove it once we tune the algorithm to not fail
// scalability tests.
enableMutatingWorkEstimator = false
enableMutatingWorkEstimator = true
)

func newMutatingWorkEstimator(countFn watchCountGetterFunc) WorkEstimatorFunc {
Expand Down

0 comments on commit f2576ef

Please sign in to comment.