Re-enable apply for 50% of requests

Kubernetes-commit: 9b679748239faa4d01f13c32af1956ffdbfff9aa
This commit is contained in:
jennybuckley 2020-01-23 11:27:20 -08:00 committed by Kubernetes Publisher
parent 4f327b102d
commit 605316fae2
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ const DefaultMaxUpdateManagers int = 10
// DefaultTrackOnCreateProbability defines the default probability that the field management of an object
// starts being tracked from the object's creation, instead of from the first time the object is applied to.
const DefaultTrackOnCreateProbability float32 = 0.0
const DefaultTrackOnCreateProbability float32 = 0.5
// Managed groups a fieldpath.ManagedFields together with the timestamps associated with each operation.
type Managed interface {