attempt to fix timeout issues
This commit is contained in:
parent
18c410ba4e
commit
f4d93a82e2
@ -1,3 +1,5 @@
|
|||||||
|
export const maxDuration = 300; // 5 minutes
|
||||||
|
|
||||||
export default async function Layout({
|
export default async function Layout({
|
||||||
children,
|
children,
|
||||||
deployment,
|
deployment,
|
||||||
|
@ -6,6 +6,8 @@ import { usersTable } from "@/db/schema";
|
|||||||
import { auth } from "@clerk/nextjs";
|
import { auth } from "@clerk/nextjs";
|
||||||
import { eq } from "drizzle-orm";
|
import { eq } from "drizzle-orm";
|
||||||
|
|
||||||
|
export const maxDuration = 300; // 5 minutes
|
||||||
|
|
||||||
export default function Home() {
|
export default function Home() {
|
||||||
return <WorkflowServer />;
|
return <WorkflowServer />;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user