tweak pool

This commit is contained in:
Andre Medeiros 2022-06-27 10:36:01 -04:00
parent ad62000372
commit 523dce6300

View file

@ -33,7 +33,7 @@ func APICmd(ctx context.Context) *cobra.Command {
}
defer statsd.Close()
db, err := cmdutil.NewDatabasePool(ctx, 32)
db, err := cmdutil.NewDatabasePool(ctx, 8)
if err != nil {
return err
}