Skip to content

Commit

Permalink
fix(Website): Increased the revalidate time from 60 seconds to 6 mi…
Browse files Browse the repository at this point in the history
…nutes
  • Loading branch information
SaptarshiSarkar12 committed Aug 30, 2024
1 parent a472bcc commit b70a18f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Website/app/download/page.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ export async function getData() {
const release = await res.json();
return {
release,
revalidate: 60,
revalidate: 360,
};
}

0 comments on commit b70a18f

Please sign in to comment.