P&F: enable mutating work estimator
Kubernetes-commit: 8f5ece0548b59b1f8706f79af814d9f7700acb5c
This commit is contained in:
		
							parent
							
								
									4af90a378b
								
							
						
					
					
						commit
						bfcf29ce7a
					
				|  | @ -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