Skip to content

Commit 4db3822

Browse files
author
Jennifer Buckley
authored
Update fieldmanager.go
1 parent 6cab3a7 commit 4db3822

File tree

1 file changed

+1
-1
lines changed
  • staging/src/k8s.io/apiserver/pkg/endpoints/handlers/fieldmanager

1 file changed

+1
-1
lines changed

staging/src/k8s.io/apiserver/pkg/endpoints/handlers/fieldmanager/fieldmanager.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ const DefaultMaxUpdateManagers int = 10
3535

3636
// DefaultTrackOnCreateProbability defines the default probability that the field management of an object
3737
// starts being tracked from the object's creation, instead of from the first time the object is applied to.
38-
const DefaultTrackOnCreateProbability float32 = 0.11494204485329620070
38+
const DefaultTrackOnCreateProbability float32 = 0.5
3939

4040
// Managed groups a fieldpath.ManagedFields together with the timestamps associated with each operation.
4141
type Managed interface {

0 commit comments

Comments
 (0)