mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-03 01:06:27 +00:00
P&F: enable mutating work estimator
This commit is contained in:
parent
cc6f12583f
commit
8f5ece0548
@ -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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user