Skip to content

Commit 58e7af0

Browse files
committed
Match ns controller concurrent syncs default change
1 parent c1eaff0 commit 58e7af0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/cmd/server/kubernetes/master/master_config_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ func TestCMServerDefaults(t *testing.T) {
164164
ConcurrentJobSyncs: 5,
165165
ConcurrentResourceQuotaSyncs: 5,
166166
ConcurrentDeploymentSyncs: 5,
167-
ConcurrentNamespaceSyncs: 2,
167+
ConcurrentNamespaceSyncs: 5,
168168
ConcurrentSATokenSyncs: 5,
169169
ConcurrentServiceSyncs: 1,
170170
ConcurrentGCSyncs: 20,

0 commit comments

Comments
 (0)