increase poolsize a bit

This commit is contained in:
Andre Medeiros 2022-11-05 20:25:41 -04:00
parent 5c850bc66d
commit 194feb312c
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ func WorkerCmd(ctx context.Context) *cobra.Command {
tracer := otel.Tracer(tag)
poolSize := consumers / 16
poolSize := consumers / 8
db, err := cmdutil.NewDatabasePool(ctx, poolSize)
if err != nil {