Skip to content

Commit

Permalink
Merge pull request #2254 from zeitgeistpm/tr-adjust-page-regen
Browse files Browse the repository at this point in the history
Regenerate leaderboard more frequently
  • Loading branch information
Robiquet authored Feb 16, 2024
2 parents ae24ba5 + edd9899 commit 9671e12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/leaderboard/[period].tsx
Original file line number Diff line number Diff line change
Expand Up @@ -483,7 +483,7 @@ export async function getStaticProps({ params }) {
timePeriod: period,
bannerPlaceholder: bannerPlaceholder.base64,
},
revalidate: 60 * 60 * 24, //1 day
revalidate: 60 * 24, //1 hour
};
}

Expand Down

0 comments on commit 9671e12

Please sign in to comment.