Skip to content

Commit

Permalink
set: max Duration
Browse files Browse the repository at this point in the history
  • Loading branch information
anishshobithps committed May 3, 2024
1 parent 9a0c7c2 commit 557e3e9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/app/(content)/register/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 557e3e9

Please sign in to comment.