Skip to content

Commit

Permalink
fix(installer): set fewer chans for docker push (#1775)
Browse files Browse the repository at this point in the history
  • Loading branch information
Leo Ryu committed Feb 24, 2022
1 parent 54d1a51 commit a77aefd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/tke-installer/app/installer/installer.go
Expand Up @@ -2550,7 +2550,7 @@ func (t *TKE) dockerPush(tkeImages []string) error {
return err
}

manifestsChan := make(chan string, 50)
manifestsChan := make(chan string, 10)

for _, image := range tkeImages {
go func(image string) {
Expand Down

0 comments on commit a77aefd

Please sign in to comment.