Commit 78a4c8e9 authored by Andy Goldstein's avatar Andy Goldstein

Up namespace controller workers to 5

Increase the number of namespace controller workers from 2 to 5 in an effort to speed up namespace deletions.
parent 714ac7c9
......@@ -66,7 +66,7 @@ func NewCMServer() *CMServer {
ConcurrentJobSyncs: 5,
ConcurrentResourceQuotaSyncs: 5,
ConcurrentDeploymentSyncs: 5,
ConcurrentNamespaceSyncs: 2,
ConcurrentNamespaceSyncs: 5,
ConcurrentSATokenSyncs: 5,
LookupCacheSizeForRC: 4096,
LookupCacheSizeForRS: 4096,
......
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