Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jmzwar committed Feb 1, 2024
1 parent ff32052 commit 9180a8c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,7 @@ export const getStaticProps: GetStaticProps = async () => {
markets,
uniqueTradingAccounts,
},
// Time in seconds until this query revalidates
revalidate: 10800,
};
} catch (e) {
Expand All @@ -259,6 +260,7 @@ export const getStaticProps: GetStaticProps = async () => {
markets: null,
uniqueTradingAccounts: null,
},
// Time in seconds until this query revalidates
revalidate: 10800,
};
}
Expand Down

0 comments on commit 9180a8c

Please sign in to comment.