server icon indicating copy to clipboard operation
server copied to clipboard

BatchedRequestsConcurrencyLimit

Open sungam3r opened this issue 2 years ago • 0 comments

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

sungam3r avatar May 18 '22 22:05 sungam3r