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({
|
||||
children,
|
||||
deployment,
|
||||
|
@ -6,6 +6,8 @@ import { usersTable } from "@/db/schema";
|
||||
import { auth } from "@clerk/nextjs";
|
||||
import { eq } from "drizzle-orm";
|
||||
|
||||
export const maxDuration = 300; // 5 minutes
|
||||
|
||||
export default function Home() {
|
||||
return <WorkflowServer />;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user