Skip to content

Commit

Permalink
patch: update plans for v1.5 (#317)
Browse files Browse the repository at this point in the history
  • Loading branch information
gowthamsundaresan authored Dec 20, 2024
1 parent e9ab192 commit 97e46aa
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions packages/api/src/utils/authMiddleware.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,14 @@ const PLANS: Record<number, Plan> = {
requestsPerMin: 10_000 // Remove in v2
},
1: {
name: 'Free',
requestsPerMin: 30,
requestsPerMonth: 1_000
name: 'Hobby',
requestsPerMin: 100,
requestsPerMonth: 10_000
},
2: {
name: 'Basic',
name: 'Pro',
requestsPerMin: 1_000,
requestsPerMonth: 10_000
requestsPerMonth: 100_000
},
998: {
name: 'Unknown',
Expand Down

0 comments on commit 97e46aa

Please sign in to comment.