Skip to content
This repository was archived by the owner on Aug 8, 2024. It is now read-only.

Commit

Permalink
Merge pull request #218 from JupiterOne/INT-10388
Browse files Browse the repository at this point in the history
INT-10388: update max issues ingestion limit
  • Loading branch information
gastonyelmini authored Feb 22, 2024
2 parents 15ab0d8 + f8d9a87 commit 4990c69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/steps/issues.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ import { createApiClient, generateEntityKey } from '../utils';
* Important: A change to the value of this constant must be reflected in
* `docs/jupiterone.md`.
*/
const INGESTION_MAX_ISSUES_PER_PROJECT = 2000;
const INGESTION_MAX_ISSUES_PER_PROJECT = 10000;

export async function fetchIssues({
instance,
Expand Down

0 comments on commit 4990c69

Please sign in to comment.