UI refresh (#476)

This commit is contained in:
Luke Vella 2023-02-06 12:37:31 +00:00 committed by GitHub
parent e6a13c235d
commit bba880ff4c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
53 changed files with 1198 additions and 1014 deletions

View file

@ -35,7 +35,6 @@ export const trpcNext = createTRPCNext<AppRouter>({
defaultOptions: {
queries: {
cacheTime: Infinity,
staleTime: 30 * 1000, // 30 seconds
},
},
mutationCache: new MutationCache({