Skip to content

Commit

Permalink
allow parallel scanning to try and reduce build time
Browse files Browse the repository at this point in the history
Signed-off-by: MarkAckert <[email protected]>
  • Loading branch information
MarkAckert committed Feb 2, 2024
1 parent b9dca39 commit 8a7f4a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions licenses/dependency-scan/src/constants/Constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@ export class Constants {

public static readonly PARALLEL_INSTALL_COUNT: number = 6;

public static readonly PARALLEL_SCAN_COUNT: number = 1;
public static readonly PARALLEL_SCAN_COUNT: number = 2;

public static readonly PARALLEL_REPORT_COUNT: number = 1;
public static readonly PARALLEL_REPORT_COUNT: number = 2;

public static readonly PARALLEL_NOTICE_REPORT_COUNT: number = 4;

Expand Down

0 comments on commit 8a7f4a1

Please sign in to comment.