fix: set max duration for share page and workflow

This commit is contained in:
BennyKok 2024-01-18 21:40:51 +08:00
parent ad977f56f3
commit a4825acc95
2 changed files with 4 additions and 0 deletions

View File

@ -24,6 +24,8 @@ import { auth, clerkClient } from "@clerk/nextjs/server";
import { eq } from "drizzle-orm";
import { redirect } from "next/navigation";
export const maxDuration = 300; // 5 minutes
export default async function Page({
params,
}: {

View File

@ -1,6 +1,8 @@
import { findWorkflowById } from "@/server/findFirstTableWithVersion";
import { redirect } from "next/navigation";
export const maxDuration = 300; // 5 minutes
export default async function Page({
params,
}: {