Skip to content

Commit 3dae963

Browse files
committed
chore: increase revalidation time to 1 day
1 parent 9aa7baa commit 3dae963

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/pages/communities/[slug]/index.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@ export const getStaticProps = wrapper.getStaticProps((store: any) => async ({ lo
6161
scoreboard,
6262
...translations,
6363
},
64-
// TODO: Need to discuss how long we want to set the revalidation timeout
65-
revalidate: 60,
64+
65+
revalidate: 60 * 60 * 24,
6666
};
6767
} catch (error) {
6868
return {

0 commit comments

Comments
 (0)