mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-01 07:47:56 +00:00
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
This commit is contained in:
commit
a6d37f7ead
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user