Skip to content

Commit 1b3b340

Browse files
Applies same settings in wfo-ui-surf app as wfo-ui app (#646)
1 parent b87731d commit 1b3b340

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

apps/wfo-ui-surf/pages/_app.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,7 @@ type AppOwnProps = {
4444
const queryClientConfig: QueryClientConfig = {
4545
defaultOptions: {
4646
queries: {
47-
staleTime: 1 * 60 * 60 * 1000,
48-
cacheTime: 5 * 60 * 60 * 1000,
47+
cacheTime: 5 * 1000,
4948
refetchOnWindowFocus: true,
5049
keepPreviousData: true,
5150
},

0 commit comments

Comments
 (0)