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 e718249 commit f2e9741
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 @@ -36,7 +36,7 @@ export default function SearchModal() {
queryKey: ['search', debounceValue],
queryFn: () => getSearchResults(formatNoSpecialChar(debounceValue)),
enabled: !!debounceValue && !isDebouncing,
staleTime: 1000,
staleTime: 10000,
cacheTime: 1000 * 60,
});
const convertedSearch = debounceValue
Expand Down

0 comments on commit f2e9741

Please sign in to comment.