Commit a6d37f7e authored by Kubernetes Submit Queue's avatar Kubernetes Submit Queue Committed by GitHub

Merge pull request #30951 from caesarxuchao/increase-gc-resync-period

Automatic merge from submit-queue [GarbageCollector] Garbage collector doesn't need to resync ref https://github.com/kubernetes/kubernetes/issues/30759#issuecomment-240904817 Perhaps this is going to help controller manager's CPU consumption. @wojtek-t
parents d6afd304 10a4e912
......@@ -45,7 +45,7 @@ import (
"k8s.io/kubernetes/pkg/watch"
)
const ResourceResyncTime = 60 * time.Second
const ResourceResyncTime time.Duration = 0
type monitor struct {
store cache.Store
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment