Skip to content

Commit

Permalink
fix: change user profile refetch time
Browse files Browse the repository at this point in the history
  • Loading branch information
chanwoo00106 committed Jun 14, 2024
1 parent fa72cba commit a1b4dfd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/app/src/features/auth/queries/useProfileImgQuery.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ const useProfileImgQuery = () => {
return useQuery({
queryKey: ['profileImg'],
queryFn: () => profileImgService(),
gcTime: 1000 * 60 * 60,
staleTime: 1000 * 60 * 60,
})
}

Expand Down

0 comments on commit a1b4dfd

Please sign in to comment.