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 f9770c1 commit 6e3e661Copy full SHA for 6e3e661
packages/fern-dashboard/src/app/api/link-checker/route.ts
@@ -7,6 +7,7 @@ import type { LinkCheckProgress } from "./types";
7
8
export const runtime = "nodejs";
9
export const dynamic = "force-dynamic";
10
+export const maxDuration = 480; // 8 minutes - link checking can be slow for large sites
11
12
export async function GET(req: NextRequest) {
13
const session = await getCurrentSession();
0 commit comments