Skip to content

Commit

Permalink
revert: Test
Browse files Browse the repository at this point in the history
  • Loading branch information
FleetAdmiralJakob committed Jan 5, 2024
1 parent af0a350 commit 8283909
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/api/src/trpc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ const ratelimit = new Ratelimit({
parseInt(env.UPSTASH_RATELIMITER_TOKENS_PER_TIME),
UPSTASH_RATELIMITER_TIME_INTERVAL,
),
analytics: false,
analytics: true,
prefix: "@upstash/ratelimit",
});

Expand Down

1 comment on commit 8283909

@vercel
Copy link

@vercel vercel bot commented on 8283909 Jan 5, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.