Update api.go

This commit is contained in:
André Medeiros 2022-06-27 18:47:07 -04:00 committed by GitHub
parent 523dce6300
commit d3c9e303ff

View file

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