mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-05-28 04:04:39 -04:00
set max concurrent namespace syncs to 10
This commit is contained in:
parent
b63328984c
commit
76493fcb7d
1 changed files with 1 additions and 1 deletions
|
|
@ -67,7 +67,7 @@ func NewCMServer() *CMServer {
|
|||
ConcurrentJobSyncs: 5,
|
||||
ConcurrentResourceQuotaSyncs: 5,
|
||||
ConcurrentDeploymentSyncs: 5,
|
||||
ConcurrentNamespaceSyncs: 5,
|
||||
ConcurrentNamespaceSyncs: 10,
|
||||
ConcurrentSATokenSyncs: 5,
|
||||
LookupCacheSizeForRC: 4096,
|
||||
LookupCacheSizeForRS: 4096,
|
||||
|
|
|
|||
Loading…
Reference in a new issue