1
0
mirror of https://github.com/rancher/types.git synced 2025-08-31 12:48:45 +00:00

Bump management threadiness to 50 from 5

This commit is contained in:
Darren Shepherd
2018-04-14 23:42:10 -07:00
parent 59f91051f3
commit 61e909a9f9

View File

@@ -333,7 +333,7 @@ func (c *ManagementContext) Start(ctx context.Context) error {
watcher.Stop()
}()
return controller.SyncThenStart(ctx, 5, c.controllers()...)
return controller.SyncThenStart(ctx, 50, c.controllers()...)
}
func (c *ManagementContext) StartAndWait() error {