Skip to content

Commit

Permalink
๐Ÿ”ง fix : ๋‹ค๋ฅธ์ฐฝ์—์„œ ๋„˜์–ด์˜ฌ ๊ฒฝ์šฐ ๊นœ๋นก์ด๋Š” ์ด์Šˆ ์ˆ˜์ •
Browse files Browse the repository at this point in the history
  • Loading branch information
dannysir committed Dec 4, 2024
1 parent f2e9741 commit 25b5651
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FE/src/components/Search/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ export default function SearchModal() {
!!convertedSearch &&
originalData !== undefined &&
originalData.length === 0,
staleTime: 1000,
staleTime: 10000,
cacheTime: 1000 * 60,
});

Expand Down

0 comments on commit 25b5651

Please sign in to comment.