Skip to content

Commit

Permalink
hack to workaround the deadlock
Browse files Browse the repository at this point in the history
keda_support
  • Loading branch information
jbasila-orca committed Jul 4, 2022
1 parent a51c4c6 commit b4da70f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engine/engine.go
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ func New(opt Options) (*Engine, error) {
var err error
e := Engine{
Logger: zerolog.New(os.Stderr).With().Timestamp().Logger(),
Wl: make(chan v1.Namespace, 50),
Wl: make(chan v1.Namespace, 1000),
Options: opt,
}

Expand Down

0 comments on commit b4da70f

Please sign in to comment.