Skip to content

Commit

Permalink
code comments
Browse files Browse the repository at this point in the history
  • Loading branch information
hellt committed Jul 16, 2021
1 parent 2ec04f7 commit eb87e1f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/deploy.go
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ var deployCmd = &cobra.Command{
for _, n := range c.Nodes {
if n.GetRuntime().GetName() == runtime.IgniteRuntime {
serialNodes[n.Config().LongName] = struct{}{}
// decreasing the num of nodeworkers as they are used for concurrent nodes
nodeWorkers = nodeWorkers - 1
}
}
Expand Down

0 comments on commit eb87e1f

Please sign in to comment.