graphql-dotnet / graphql-dotnet/server

BatchedRequestsConcurrencyLimit

Open
#793 0 comments 0 reactions 0 assignees View on GitHub
enhancement
Dominant language
C#
Stars
604
Forks
166
PR merge metrics
No merged PRs in 30d

Description

This implementation is simple and straighforward. It's good. But consider switching from
`public bool BatchedRequestsExecuteInParallel { get; set; } = true;`
to something like
`public int BatchedRequestsConcurrencyLimit { get; set; } = 5;`

_Originally posted by @sungam3r in https://github.com/graphql-dotnet/server/pull/774#discussion_r851665812_

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.