diff --git a/app/dashboard/statistics/page.js b/app/dashboard/statistics/page.js index 53a87f7..1474db7 100644 --- a/app/dashboard/statistics/page.js +++ b/app/dashboard/statistics/page.js @@ -17,7 +17,7 @@ async function getData() { try { const res = await fetch("https://fplmstrapi.crepant.com/api/players", { method: "GET", - next: { revalidate: 21600 }, + next: { revalidate: 3600 }, headers: { "Content-Type": "application/json", Authorization: process.env.AUTHORIZATION,