Merge pull request #106085 from wojtek-t/watch_support_9

P&F: enable mutating work estimator
This commit is contained in:
Kubernetes Prow Robot
2022-01-05 06:58:47 -08:00
committed by GitHub

View File

@@ -30,7 +30,7 @@ const (
eventAdditionalDuration = 5 * time.Millisecond eventAdditionalDuration = 5 * time.Millisecond
// TODO(wojtekt): Remove it once we tune the algorithm to not fail // TODO(wojtekt): Remove it once we tune the algorithm to not fail
// scalability tests. // scalability tests.
enableMutatingWorkEstimator = false enableMutatingWorkEstimator = true
) )
func newMutatingWorkEstimator(countFn watchCountGetterFunc) WorkEstimatorFunc { func newMutatingWorkEstimator(countFn watchCountGetterFunc) WorkEstimatorFunc {