Skip to content

Commit

Permalink
Merge pull request #2274 from zeitgeistpm/staging
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Feb 16, 2024
2 parents ab58b48 + 9671e12 commit e8c7e22
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 e8c7e22

Please sign in to comment.