Skip to content

Commit

Permalink
fix(cc): hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
mogery committed Jan 30, 2025
1 parent a7eb2f7 commit 71878cf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/api/src/lib/concurrency-limit.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ const constructQueueKey = (team_id: string) =>
const stalledJobTimeoutMs = 2 * 60 * 1000;

export function getConcurrencyLimitMax(plan: string): number {
if (plan === "growth") return 100;
return getRateLimiterPoints(RateLimiterMode.Scrape, undefined, plan);
}

Expand Down

0 comments on commit 71878cf

Please sign in to comment.