From ddbb4794580f9086cf2e1cc815b9e6bf9c241799 Mon Sep 17 00:00:00 2001 From: anishshobithps Date: Mon, 16 Sep 2024 01:49:47 +0530 Subject: [PATCH] rm: maxDuration vercel option --- src/app/(content)/register/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/(content)/register/page.tsx b/src/app/(content)/register/page.tsx index 98dd6b9..ccf238c 100644 --- a/src/app/(content)/register/page.tsx +++ b/src/app/(content)/register/page.tsx @@ -18,7 +18,7 @@ import { UserRole } from "@prisma/client"; import { signIn, useSession } from "next-auth/react"; import React, { useEffect, useState } from "react"; -export const maxDuration = 300; +// export const maxDuration = 300; function processEvents( category: string,