parent
5fe38af035
commit
2a3ba0e797
1 changed files with 2 additions and 1 deletions
|
|
@ -33,7 +33,8 @@ func NewApp(ctx context.Context, cfg config.Config) *App {
|
|||
Pass: cfg.Rabbit.Pass,
|
||||
Vhost: cfg.Rabbit.Vhost,
|
||||
},
|
||||
ChanLen: cfg.App.ProcChanLen,
|
||||
ChanLen: cfg.App.ProcChanLen,
|
||||
LoggerEnabled: false,
|
||||
})
|
||||
|
||||
return &App{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue