Skip to content

Commit

Permalink
refactor(www): Decrease the revalidate github star to 15 mins
Browse files Browse the repository at this point in the history
  • Loading branch information
alifarooq9 committed May 20, 2024
1 parent 0f2a330 commit c2d756b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion apps/www/src/app/(app)/(marketing)/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,8 @@ async function getRepoStars() {
"https://api.github.com/repos/alifarooq9/rapidlaunch",
{
next: {
revalidate: 86400,
// run every 15 minutes
revalidate: 900,
},
},
);
Expand Down

0 comments on commit c2d756b

Please sign in to comment.