You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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;
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 #774 (comment)
The text was updated successfully, but these errors were encountered: