Skip to content

Commit a973db4

Browse files
authored
Merge pull request #1418 from yamadashy/chore/website-increase-daily-limit
chore(website): Increase daily rate limit from 10 to 30
2 parents fb24e64 + 82c465b commit a973db4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

website/server/src/utils/dailyRateLimit.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { Ratelimit } from '@upstash/ratelimit';
22
import { Redis } from '@upstash/redis';
33
import { logInfo } from './logger.js';
44

5-
const DAILY_LIMIT = 10;
5+
const DAILY_LIMIT = 30;
66

77
const createDailyRateLimiter = (): Ratelimit | null => {
88
const url = process.env.UPSTASH_REDIS_REST_URL;

0 commit comments

Comments
 (0)