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

@ -34,6 +34,7 @@ func NewApp(ctx context.Context, cfg config.Config) *App {
Vhost: cfg.Rabbit.Vhost, Vhost: cfg.Rabbit.Vhost,
}, },
ChanLen: cfg.App.ProcChanLen, ChanLen: cfg.App.ProcChanLen,
LoggerEnabled: false,
}) })
return &App{ return &App{