@oss-autopilot/core - v3.14.5
    Preparing search index...

    Variable MAX_VERIFY_CONCURRENCYConst

    MAX_VERIFY_CONCURRENCY: 5

    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.