Skip to content

Commit

Permalink
Merge pull request #209 from readyvery/test
Browse files Browse the repository at this point in the history
축제 배포
  • Loading branch information
marinesnow34 authored May 19, 2024
2 parents fe4fa8a + 575d0f0 commit 1907aaf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/hooks/useFetchMakeInfo.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ export const useFetchMakeInfo = () => {
}
});
}, {
// refetchInterval: 3000,
refetchInterval: 10000, // 10초
refetchOnWindowFocus: true
})

const refreshData = () => {
Expand Down
2 changes: 1 addition & 1 deletion src/hooks/useFetchWaitInfo.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export const useFetchWaitInfo = () => {
}
});
}, {
refetchInterval: 3000,
refetchInterval: 10000, // 10초
refetchOnWindowFocus: true
})

Expand Down

0 comments on commit 1907aaf

Please sign in to comment.