set max concurrent namespace syncs to 10
This commit is contained in:
@@ -67,7 +67,7 @@ func NewCMServer() *CMServer {
|
|||||||
ConcurrentJobSyncs: 5,
|
ConcurrentJobSyncs: 5,
|
||||||
ConcurrentResourceQuotaSyncs: 5,
|
ConcurrentResourceQuotaSyncs: 5,
|
||||||
ConcurrentDeploymentSyncs: 5,
|
ConcurrentDeploymentSyncs: 5,
|
||||||
ConcurrentNamespaceSyncs: 5,
|
ConcurrentNamespaceSyncs: 10,
|
||||||
ConcurrentSATokenSyncs: 5,
|
ConcurrentSATokenSyncs: 5,
|
||||||
LookupCacheSizeForRC: 4096,
|
LookupCacheSizeForRC: 4096,
|
||||||
LookupCacheSizeForRS: 4096,
|
LookupCacheSizeForRS: 4096,
|
||||||
|
Reference in New Issue
Block a user