fix: maxDuration for workflow page

This commit is contained in:
bennykok
2024-01-26 21:38:25 +08:00
parent 8b790fe7c5
commit 95e454e687
@@ -21,6 +21,8 @@ import { getRelativeTime } from "@/lib/getRelativeTime";
import { getMachines } from "@/server/curdMachine";
import { findFirstTableWithVersion } from "@/server/findFirstTableWithVersion";
export const maxDuration = 300; // 5 minutes
export default async function Page({
params,
}: {