Skip to content

Commit

Permalink
max duration
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-jamming-reilly committed May 8, 2024
1 parent fa5ad40 commit 07df6ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/p/[name]/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import { Player } from "~/components/Player";
import { notFound } from "next/navigation";

export const revalidate = 600; // revalidate the data every 10 min
export const maxDuration = 600;
export const maxDuration = 300;

type SearchParamType = string | string[] | undefined;

Expand Down

0 comments on commit 07df6ca

Please sign in to comment.