diff --git a/pages/index.tsx b/pages/index.tsx index 60044250..b2f87d88 100644 --- a/pages/index.tsx +++ b/pages/index.tsx @@ -243,7 +243,7 @@ export const getStaticProps: GetStaticProps = async () => { markets, uniqueTradingAccounts, }, - revalidate: 60 * 60, + revalidate: 10800, }; } catch (e) { console.log(e); @@ -259,7 +259,7 @@ export const getStaticProps: GetStaticProps = async () => { markets: null, uniqueTradingAccounts: null, }, - revalidate: 60 * 5, + revalidate: 10800, }; } };