From 557e3e92964f2afea0a956dec8923e43381c9e03 Mon Sep 17 00:00:00 2001 From: anishshobithps Date: Fri, 3 May 2024 23:06:02 +0530 Subject: [PATCH] set: max Duration --- src/app/(content)/register/page.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/app/(content)/register/page.tsx b/src/app/(content)/register/page.tsx index b8e4d1c..ea286e2 100644 --- a/src/app/(content)/register/page.tsx +++ b/src/app/(content)/register/page.tsx @@ -17,6 +17,8 @@ import { cn } from "@/lib/utils"; import { signIn, useSession } from "next-auth/react"; import React, { useEffect, useState } from "react"; +export const maxDuration = 300; + function processEvents( category: string, categoriesList: any,