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.
2 parents fb24e64 + 82c465b commit a973db4Copy full SHA for a973db4
1 file changed
website/server/src/utils/dailyRateLimit.ts
@@ -2,7 +2,7 @@ import { Ratelimit } from '@upstash/ratelimit';
2
import { Redis } from '@upstash/redis';
3
import { logInfo } from './logger.js';
4
5
-const DAILY_LIMIT = 10;
+const DAILY_LIMIT = 30;
6
7
const createDailyRateLimiter = (): Ratelimit | null => {
8
const url = process.env.UPSTASH_REDIS_REST_URL;
0 commit comments