P&F: enable mutating work estimator

This commit is contained in:
Wojciech Tyczyński 2021-11-02 12:54:29 +01:00
parent cc6f12583f
commit 8f5ece0548

View File

@ -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 {