Skip to content

Commit

Permalink
fix: 반영 안 되는 오류 픽스
Browse files Browse the repository at this point in the history
  • Loading branch information
JJIIIINN committed Dec 25, 2023
1 parent f168553 commit 7ec865e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ function App() {
keepPreviousData: true,
refetchOnWindowFocus: true,
refetchOnMount: true,
staleTime: 60000,
staleTime: 2000,
retry: 1,
},
},
Expand Down

0 comments on commit 7ec865e

Please sign in to comment.