Skip to content

Commit

Permalink
P&F: enable mutating work estimator
Browse files Browse the repository at this point in the history
  • Loading branch information
wojtek-t committed Dec 10, 2021
1 parent cc6f125 commit 8f5ece0
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 8f5ece0

Please sign in to comment.