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:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user