Skip to content

Commit

Permalink
Change channel size to 1
Browse files Browse the repository at this point in the history
  • Loading branch information
divyaac committed Mar 18, 2024
1 parent 97201ef commit 7df480f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manager/runner.go
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ func NewRunner(config *config.Config, dry bool) (*Runner, error) {
runner := &Runner{
ErrCh: make(chan error),
DoneCh: make(chan struct{}),
ServerErrCh: make(chan error),
ServerErrCh: make(chan error, 1),
config: config,
dry: dry,
inStream: os.Stdin,
Expand Down

0 comments on commit 7df480f

Please sign in to comment.