diff --git a/pages/index.tsx b/pages/index.tsx index a110af08..8f177906 100644 --- a/pages/index.tsx +++ b/pages/index.tsx @@ -243,7 +243,7 @@ export const getStaticProps: GetStaticProps = async () => { markets, uniqueTradingAccounts, }, - // Time in seconds until this query revalidates + // Time in seconds until this query revalidates (3 hrs) revalidate: 10800, }; } catch (e) { @@ -260,7 +260,7 @@ export const getStaticProps: GetStaticProps = async () => { markets: null, uniqueTradingAccounts: null, }, - // Time in seconds until this query revalidates + // Time in seconds until this query revalidates (3 hrs) revalidate: 10800, }; }