We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b53709 commit 80a0f58Copy full SHA for 80a0f58
apps/docs/lib/ratelimit.ts
@@ -8,5 +8,5 @@ const redis = new Redis({
8
9
export const ratelimit = new Ratelimit({
10
redis: redis,
11
- limiter: Ratelimit.fixedWindow(2, "5 s"),
+ limiter: Ratelimit.fixedWindow(10, "5 s"),
12
});
0 commit comments