Openstatus www.openstatus.dev

⌛ increase timeout (#865)

authored by

Thibault Le Ouay and committed by
GitHub
c4c9baad fade16c4

+1
+1
apps/web/src/app/status-page/[domain]/page.tsx
··· 15 15 }; 16 16 17 17 export const revalidate = 600; 18 + export const maxDuration = 120; 18 19 19 20 export default async function Page({ params }: Props) { 20 21 const page = await api.page.getPageBySlug.query({ slug: params.domain });