Skip to content

Commit 11ebb01

Browse files
committed
chore: maxDuration is in seconds, not milliseconds
1 parent db40b0e commit 11ebb01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/docs/src/app/(pages)/page.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import { HeroSection } from './_landing/hero'
66
import { QuotesSection } from './_landing/quotes/quotes-section'
77
import { SponsorsSection } from './_landing/sponsors'
88

9-
export const maxDuration = 60_000
9+
export const maxDuration = 60
1010

1111
export const metadata: Metadata = {
1212
title: {

0 commit comments

Comments
 (0)