Skip to content

Commit

Permalink
test cache fetch 'revalidate: 0'
Browse files Browse the repository at this point in the history
  • Loading branch information
vnugent committed Apr 27, 2024
1 parent ca56fe6 commit f806cef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/graphql/ServerClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export const { getClient } = registerApolloClient(() => {
link: new HttpLink({
uri,
fetchOptions: {
next: { revalidate: 240 }
next: { revalidate: 0 }
}
})
})
Expand Down

0 comments on commit f806cef

Please sign in to comment.