deps
Some checks failed
/ Make image (push) Failing after 13s

This commit is contained in:
nquidox 2026-04-03 11:46:39 +03:00
parent 5fe38af035
commit 2a3ba0e797

View file

@ -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{