mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-24 20:24:09 +00:00
Merge pull request #106085 from wojtek-t/watch_support_9
P&F: enable mutating work estimator
This commit is contained in:
commit
f2576efecd
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user