diff --git a/frontend/src/App.tsx b/frontend/src/App.tsx index 42efabbe..df05b864 100644 --- a/frontend/src/App.tsx +++ b/frontend/src/App.tsx @@ -31,7 +31,6 @@ const queryClient = new QueryClient({ defaultOptions: { queries: { retry: 1, - staleTime: 30_000, }, }, });