We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54becf5 commit b153315Copy full SHA for b153315
1 file changed
apps/backend/src/middleware.tsx
@@ -9,7 +9,7 @@ import type { NextRequest } from 'next/server';
9
import { NextResponse } from 'next/server';
10
import { SmartRouter } from './smart-router';
11
12
-const DEV_RATE_LIMIT_MAX_REQUESTS = 30;
+const DEV_RATE_LIMIT_MAX_REQUESTS = 100;
13
const DEV_RATE_LIMIT_WINDOW_MS = 10_000;
14
const devRateLimitTimestamps: number[] = [];
15
0 commit comments