From f2e974137da3dc0c258034dd5dc86123a98f6e60 Mon Sep 17 00:00:00 2001 From: Seo San Date: Wed, 4 Dec 2024 22:48:15 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20fix:=20=EA=B2=80=EC=83=89?= =?UTF-8?q?=EC=B0=BD=20=EC=BA=90=EC=8B=B1=20=EC=B2=98=EB=A6=AC=20=EC=88=98?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- FE/src/components/Search/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FE/src/components/Search/index.tsx b/FE/src/components/Search/index.tsx index 1b0f52f..88f123b 100644 --- a/FE/src/components/Search/index.tsx +++ b/FE/src/components/Search/index.tsx @@ -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