mirror of
https://github.com/lukevella/rallly.git
synced 2025-06-07 13:11:49 +02:00
UI refresh (#476)
This commit is contained in:
parent
e6a13c235d
commit
bba880ff4c
53 changed files with 1198 additions and 1014 deletions
|
@ -35,7 +35,6 @@ export const trpcNext = createTRPCNext<AppRouter>({
|
|||
defaultOptions: {
|
||||
queries: {
|
||||
cacheTime: Infinity,
|
||||
staleTime: 30 * 1000, // 30 seconds
|
||||
},
|
||||
},
|
||||
mutationCache: new MutationCache({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue