Skip to content

Commit

Permalink
3 hrs
Browse files Browse the repository at this point in the history
  • Loading branch information
jmzwar committed Feb 1, 2024
1 parent 9180a8c commit 2eead0b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand All @@ -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,
};
}
Expand Down

0 comments on commit 2eead0b

Please sign in to comment.