Skip to content

Commit

Permalink
Merge pull request #745 from tone-row/dev
Browse files Browse the repository at this point in the history
v1.57.6
  • Loading branch information
rob-gordon authored Sep 23, 2024
2 parents 49c871a + ad59ea2 commit c635c93
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion api/prompt/_shared.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export async function handleRateLimit(
redis: kv,
limiter: isPro
? Ratelimit.slidingWindow(3, "1m")
: Ratelimit.fixedWindow(2, "30d"),
: Ratelimit.fixedWindow(0, "30d"),
});

const rateLimitKey = isPro ? `pro_${customerId}` : `unauth_${ip}`;
Expand Down
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "app",
"version": "1.57.5",
"version": "1.57.6",
"main": "module/module.js",
"license": "MIT",
"scripts": {
Expand Down

0 comments on commit c635c93

Please sign in to comment.