Skip to content

Commit

Permalink
cluster/manager: ctxt.New with limit
Browse files Browse the repository at this point in the history
Signed-off-by: 9547 <nivefive9547@gmail.com>
  • Loading branch information
jsvisa committed Jun 16, 2021
1 parent ab87c48 commit c5e6207
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/cluster/manager/manager.go
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ func (m *Manager) fillHostArch(s *tui.SSHConnectionProps, topo spec.Topology, gO
return nil
}

ctx := ctxt.New(context.Background())
ctx := ctxt.New(context.Background(), gOpt.Concurrency)
t := task.NewBuilder().
ParallelStep("+ Detect CPU Arch", false, detectTasks...).
Build()
Expand Down

0 comments on commit c5e6207

Please sign in to comment.