Skip to content

Commit

Permalink
perf: increase statistics page revalidate to 24h
Browse files Browse the repository at this point in the history
  • Loading branch information
mateusfg7 committed Nov 8, 2023
1 parent 26ef815 commit 6516af3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/statistics/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export const metadata: Metadata = {
keywords: ['about', 'statistics', 'data']
}

export const revalidate = 3600 // 3600s = 1h
export const revalidate = 60 * 60 * 24 // 86400s = 24h = 1d

export default function AboutLayout({
children
Expand Down

0 comments on commit 6516af3

Please sign in to comment.