Skip to content

Commit

Permalink
increase timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
jmzwar committed Feb 1, 2024
1 parent c8db8c5 commit 2ba1faa
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,
},
revalidate: 60 * 60,
revalidate: 10800,
};
} catch (e) {
console.log(e);
Expand All @@ -259,7 +259,7 @@ export const getStaticProps: GetStaticProps = async () => {
markets: null,
uniqueTradingAccounts: null,
},
revalidate: 60 * 5,
revalidate: 10800,
};
}
};
Expand Down

0 comments on commit 2ba1faa

Please sign in to comment.