reduce pool size

This commit is contained in:
Andre Medeiros 2022-11-05 20:16:45 -04:00
parent b05532e2fd
commit 6627fd4102
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 / 4
poolSize := consumers / 16
db, err := cmdutil.NewDatabasePool(ctx, poolSize)
if err != nil {