Skip to content

Commit

Permalink
Merge pull request #32 from ArhanAnsari/ArhanAnsari-patch-1
Browse files Browse the repository at this point in the history
Increased Limits
  • Loading branch information
ArhanAnsari authored Sep 21, 2024
2 parents 808ed08 + 6160e99 commit f4d50b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions firebaseFunctions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ interface UserData {

// Define allowed plans and request limits
const requestLimits: Record<Plan, number> = {
free: 20,
pro: 200,
free: 50,
pro: 500,
enterprise: Infinity, // Unlimited requests for enterprise plan
};

Expand Down

0 comments on commit f4d50b0

Please sign in to comment.