Hard ceiling on concurrent in-flight verifications. Each issue runs its own
GraphQL round-trip (point-heavy, with timeline pagination), so we never run
more than this many at once regardless of what the caller requests. The
single-issue path already leans on ThrottledOctokit's secondary-rate-limit
backoff — this cap keeps us from spraying enough parallel queries to trip it.
Hard ceiling on concurrent in-flight verifications. Each issue runs its own GraphQL round-trip (point-heavy, with timeline pagination), so we never run more than this many at once regardless of what the caller requests. The single-issue path already leans on ThrottledOctokit's secondary-rate-limit backoff — this cap keeps us from spraying enough parallel queries to trip it.