Skip to content

BatchedRequestsConcurrencyLimit #793

@sungam3r

Description

@sungam3r

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions